Remove pyc and swp files recursively
This is a simple script to clean up your project folder from pyc and swp files.
#!/bin/bash
rm -rfv `find ./ | egrep -i "(pyc|.swp|˜)$"`
echo "Cleaned!"
Written by Ellison Leão
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#