Created
March 8, 2016 01:29
-
-
Save jnowland/c38560ce2a27acc27bfc to your computer and use it in GitHub Desktop.
Linux Commands for assests
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
ls > filenames.txt |
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
for f in *.svg; do mv "$f" "block-$f"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment