Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python clean all .pyc

$ find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete
Source by docs.python-guide.org #
 
PREVIOUS NEXT
Tagged: #python #clean
ADD COMMENT
Topic
Name
6+4 =