GNU commands tips

Recursively remove all files using glob pattern (Emacs backup files): find ~ -name "*~" -exec rm -rf {} \;