remove all *~ files with one command

This one handles files with white spaces:

find . -name "*~" -type f -print0|xargs -0 rm

Comments

Popular posts from this blog

angular.js modules?

Just learned about rsync

Cut/Copy and paste in vi