User this to remove recursively all pyc files from the current directoryfind . -type f -name "*.pyc" -exec rm -f {} \;
Keine Kommentare:
Kommentar veröffentlichen