Recursively delete *.pyc, .DS_Store files, etc
From current working directory:
find . -name '*.pyc' -delete
Or likewise:
find /path/to/project/ -name '.DS_Store' -delete
Written by Marc Hibbins
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#bash
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#