Linux How do I remove all .pyc files from a project? 2013-06-11 Tomislav Vlahović Leave a comment find . -name '*.pyc' -delete