Skip to content

Instantly share code, notes, and snippets.

@basdog22
Created April 29, 2015 09:10
Show Gist options
  • Save basdog22/8403619b1a0206ef1246 to your computer and use it in GitHub Desktop.
Save basdog22/8403619b1a0206ef1246 to your computer and use it in GitHub Desktop.
Bulk rename files ubuntu. This one renames 52353 a.jpg to 52353.jpg
rename -v 's/(\d{5})\s\w{1}\.jpg$/$1\.jpg/' *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment