Chain renaming files in Linux

By | November 6, 2008

To quickly rename a large number of files in Linux using the command line, use rename.
rename ‘s/\.jpg$/.gif/’ *.jpg will transform all the extensions of JPEG files into GIF.

One thought on “Chain renaming files in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *