On Thursday 05 October 2006 12:33, George Adamides wrote:
> hi
> how do i delete directories in linux? i used rmdir but when a
> directory has other subdirectories its a mess. is there an easy way
> around?
 
You can use:
rm -rf <directory>

This will delete the directory including everything in it. Just make 
sure you mean it. :-)

-- 
Esben Jensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to