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

Git commands cheat sheet (in progress)

async promises in a sync way?

css position: sticky