leftover pyc files
Jonathan Hartley
tartley at tartley.com
Thu Nov 3 03:49:35 EDT 2011
Previous message (by thread):
leftover pyc files
Next message (by thread):
leftover pyc files
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
A task like this is more suited to bash than Python: find . -name '*.pyc' -exec rm '{}' ';'
Previous message (by thread):
leftover pyc files
Next message (by thread):
leftover pyc files
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list