Skip to content

Instantly share code, notes, and snippets.

@hery84
Created September 29, 2015 14:45
Show Gist options
  • Save hery84/9f6d023d4f18b5a74fcc to your computer and use it in GitHub Desktop.
Save hery84/9f6d023d4f18b5a74fcc to your computer and use it in GitHub Desktop.
for filename in *.jpg; do mv "$filename" "e$filename"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment