Skip to content

Instantly share code, notes, and snippets.

@namgivu
Last active February 26, 2019 07:38
Show Gist options
  • Save namgivu/8aa366e265e998712291c99aedf9a963 to your computer and use it in GitHub Desktop.
Save namgivu/8aa366e265e998712291c99aedf9a963 to your computer and use it in GitHub Desktop.
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
# ref. https://stackoverflow.com/a/30659970/248616
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment