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

Just learned about rsync

angular.js modules?

Cut/Copy and paste in vi