Dunamis Design Net

Our work, forums, and play.

Archive for October, 2006

Linux One Liners

23rd October 2006

I wanted a place to put quick command that I use. I sometimes forget, and wanted a quick reference for myself.

Remove backup files recursively (bash/sh):

find ./ -name '*~' -exec rm '{}' \; -print

Read the rest of this entry »

Posted in Linux, Notes | No Comments »