Last active
February 26, 2019 07:38
-
-
Save namgivu/8aa366e265e998712291c99aedf9a963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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