How to rename large number of files

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-06-05T16:51:44Z Indexed on 2010/06/05 17:02 UTC
Read the original article Hit count: 259

Filed under:
|

I have a directory with files like this

a.JPG b.JPG c.JPG

I would like to perform something like this

git mv a.JPG a.jpg

I tried using xargs and other tools but nothing seems to work.

© Stack Overflow or respective owner

Related posts about git

Related posts about command-line