Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active August 21, 2016 07:55
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 baybatu/ea6491b47e57c5f4b751ac5acc4b5a7b to your computer and use it in GitHub Desktop.
Save baybatu/ea6491b47e57c5f4b751ac5acc4b5a7b to your computer and use it in GitHub Desktop.
Delete found files in "find" command
find . -name '*.pyc' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment