Skip to content

Instantly share code, notes, and snippets.

@abhaysood
Created May 16, 2017 11:36
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 abhaysood/51134ef9b1feaff11b98aac7e363571e to your computer and use it in GitHub Desktop.
Save abhaysood/51134ef9b1feaff11b98aac7e363571e to your computer and use it in GitHub Desktop.
Useful Scripts
// Add a PREFIX to all file names in a directory
ls | xargs -I {} mv {} PREFIX_{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment