Skip to content

Instantly share code, notes, and snippets.

@jnowland
Created March 8, 2016 01:29
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 jnowland/c38560ce2a27acc27bfc to your computer and use it in GitHub Desktop.
Save jnowland/c38560ce2a27acc27bfc to your computer and use it in GitHub Desktop.
Linux Commands for assests
ls > filenames.txt
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