leftover pyc files

Jonathan Hartley tartley at tartley.com
Thu Nov 3 03:49:35 EDT 2011


A task like this is more suited to bash than Python:

find . -name '*.pyc' -exec rm '{}' ';'




More information about the Python-list mailing list