Bookmark and Share

Rename multiple files

Rename file.jpg to file-original.jpg

$ rename -nv 's/\.jpg/-original.jpg/' *.jpg # no real operation but print would-be result
$ rename -v 's/\.jpg/-original.jpg/' *.jpg # with real operation

renameutils

renameutils is a collection of tools to rename files:

  • qrm

  • qcp

  • irm

  • icp

  • deurlname

blog comments powered by Disqus