lambdamusic
2/7/2013 - 9:28 PM

Bash: UNIX: remove all files with certain characteristics

Bash: UNIX: remove all files with certain characteristics

find . -name \*.pyc -ok rm {} \;