Skip to content

Instantly share code, notes, and snippets.

@luizcanet
Created September 4, 2014 19:30
Show Gist options
  • Save luizcanet/397d3511054cd3a86f59 to your computer and use it in GitHub Desktop.
Save luizcanet/397d3511054cd3a86f59 to your computer and use it in GitHub Desktop.
Linux Commands
# Rename 1.jpg to 001.jpg
rename 's/\d+/sprintf("%03d",$&)/e' *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment