RobBroekhuis
Technical User
OK, I know my way around Unix fairly well, but this one still stumps me. How do I rename with wildcards? For example, if I want to change any .JPG files to .jpg, this
doesn't work:
mv *.JPG *.jpg
(as an old DOS-head, that's what comes naturally).
So how do I do it? I can work around using cp and rm, but I have to believe there is a cleaner way?
Rob
doesn't work:
mv *.JPG *.jpg
(as an old DOS-head, that's what comes naturally).
So how do I do it? I can work around using cp and rm, but I have to believe there is a cleaner way?
Rob