Skip to content

Instantly share code, notes, and snippets.

@jnowland
Created March 8, 2016 01:29
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