Skip to content

Instantly share code, notes, and snippets.

@sashadev-sky
Created April 21, 2021 04:26
Show Gist options
  • Save sashadev-sky/0ac82f8dfc7490841eee22b81582ff20 to your computer and use it in GitHub Desktop.
Save sashadev-sky/0ac82f8dfc7490841eee22b81582ff20 to your computer and use it in GitHub Desktop.
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