Find and remove files

[ permalink ] [ download ]
# So easy as:
find . -name '*.pyc' -exec rm -rf {} \;
hits counter