mamchenkov.net
rm on steroids (a safer way)
I came across an excellent tip about mixing rm and find commands in Linux shell. The only thing I'd add to it is a bit of safety. Before executing the mix of find and rm, run the find command with the same options, but without rm. It will print out the files that match your … Continue reading rm on steroids (a safer way)