nix, shell, perl, php, mysql and mac os x tips and tricks

Friday, March 15, 2013

Recursively delete backup files created by rsync

These are mega annoying
/usr/bin/find ./ -name '*~' -exec rm '{}' \; -print -or -name ".*~" -exec rm -f {} \; -print