Skip to content

Instantly share code, notes, and snippets.

@mos3abof
Created July 2, 2015 20:26
Show Gist options
  • Save mos3abof/d545dccbd58c14188115 to your computer and use it in GitHub Desktop.
Save mos3abof/d545dccbd58c14188115 to your computer and use it in GitHub Desktop.

Renaming multiple files at once in linux:

$ cd /path/to/files $ rename 's/-mIF-/-mImpFRA-/' *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment