On Thursday 05 October 2006 10: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?
rm -rf <directoryname> will remove a directory even if there are other directories or files within. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]