Skip to content

Instantly share code, notes, and snippets.

@yasutomo57jp
Created May 31, 2013 04:36
Show Gist options
  • Save yasutomo57jp/5682962 to your computer and use it in GitHub Desktop.
Save yasutomo57jp/5682962 to your computer and use it in GitHub Desktop.
#!/bin/zsh
y=0; for x in `ls`; do; z=`printf "%04d" $y`; ((y=$y+1)); mv $x ${z}.jpg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment