Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove all pycache files

find . | grep -E "(__pycache__|.pyc|.pyo$)" | xargs rm -rf
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #pycache #files
ADD COMMENT
Topic
Name
2+4 =