Daevid Vincent <[EMAIL PROTECTED]> wrote: >> cd /tmp >> rm -rf * (be VERRY BLOODY CAREFUL which dir you are in when you type > this!!!!!) > > Wouldn't it be wiser to type "rm -rf /tmp/*" ;-)
I'd go with "rm -rf /tmp && mkdir /tmp", since the above commands won't pick up any dotfiles in the directory. If I was going to do something like that. Which I'm not. -Eamon -- [email protected] mailing list

