Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created January 18, 2018 12:35
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 tuttelikz/5238738f5f3b24d5bf5314c17bbf80cd to your computer and use it in GitHub Desktop.
Save tuttelikz/5238738f5f3b24d5bf5314c17bbf80cd to your computer and use it in GitHub Desktop.
Bash command for adding prefix
for f in * ; do mv "$f" "PRE_$f" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment