facundo-rodriguez-17
10/6/2016 - 5:24 PM

Remove all *.pyc

Remove all *.pyc

find . -name \*.pyc -delete

find . -name "*.pyc" -exec rm -rf {} \;