[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unidentified subject!



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



Reply to: