Remove unix-generated temporary files
This removes temporary files generated by gedit or similars, recursively.
find . -name "*~" -exec rm -rf {} \;
To remove them from a git repository, just change it to:
find . -name "*~" -exec git rm -f {} \;
Written by Luã de Souza
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#unix
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#