Created
May 16, 2017 11:36
-
-
Save abhaysood/51134ef9b1feaff11b98aac7e363571e to your computer and use it in GitHub Desktop.
Useful Scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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