Skip to content

Instantly share code, notes, and snippets.

@leandroh
Created March 17, 2014 14:13
Show Gist options
  • Save leandroh/9599888 to your computer and use it in GitHub Desktop.
Save leandroh/9599888 to your computer and use it in GitHub Desktop.
remove files
find fontes -name "*.so" -exec rm -v "{}" \;
find fontes -name "*.pyc" -exec rm -v "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment