Skip to content

Instantly share code, notes, and snippets.

@jkrup
Created July 19, 2012 13:41
Show Gist options
  • Save jkrup/3143969 to your computer and use it in GitHub Desktop.
Save jkrup/3143969 to your computer and use it in GitHub Desktop.
batch files to puzzle_#
I=0;for FILE in *; do let I++;mv $FILE puzzle$I.jpg;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment