Skip to content

Instantly share code, notes, and snippets.

/test.sh Secret

Created September 15, 2014 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3b91660307755df1f9f8 to your computer and use it in GitHub Desktop.
Save anonymous/3b91660307755df1f9f8 to your computer and use it in GitHub Desktop.
COUNT=0
for file in *.jpg
do
mv "$file" "${file/*.jpg/COUNT.jpg}"
let COUNT=COUNT+1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment