Skip to content

Instantly share code, notes, and snippets.

@mvasilkov
Created July 13, 2012 08:27
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 mvasilkov/3103650 to your computer and use it in GitHub Desktop.
Save mvasilkov/3103650 to your computer and use it in GitHub Desktop.
Shell commands cemetery ^^
for i in `cat ~/Documents/icons8.txt`; do find . -name "$i" -exec mv {} ~/Projects/icons8/ \;; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment