> 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/*" ;-) Or if really paranoid, "rm -rfvi /tmp/*" (-i for interactive, -v for verbose) -- [email protected] mailing list

