Skip to content

Instantly share code, notes, and snippets.

@ferdiemmen
Created November 28, 2017 09:16
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 ferdiemmen/dff03b623d152eb8357f5e43d69a1509 to your computer and use it in GitHub Desktop.
Save ferdiemmen/dff03b623d152eb8357f5e43d69a1509 to your computer and use it in GitHub Desktop.
Remove all .pyc files from the current directory and sub-directories.
find . |grep \.pyc$ | xargs rm -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment