.------[ [EMAIL PROTECTED] wrote (2002/09/24 at 10:38:59) ]------
 | 
 |  Hello, All:
 |  
 |  What's the simplest method to remove a directory *and* it's contents? 
 |  (rmdir only works on empty directories.)
 |  
 `-------------------------------------------------

    rm -rf but be careful, as you can easily blow away your system if
    you do a rm -rf / 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://frank.wiles.org
 ---------------------------------


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to