Created
April 21, 2021 04:26
-
-
Save sashadev-sky/0ac82f8dfc7490841eee22b81582ff20 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
function bycache() { | |
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment