[thelist] Telnet Command to Delete Directories?

Daniel J. Cody djc at five2one.org
Wed Aug 2 21:38:56 CDT 2000


Gina - 

If the directory you want to wipe is called website/

and you want to get rid of it completly, issue the 'rm' command with the
flags of 'rf' to delete recrusivly(sp?) and without prompting like so:

rm -rf mywebdirectory/

that will wipe out mywebdirectory/ and everything under it.

Shout if you need more :)

.djc.

"Gina K. Anderson" wrote:
> 
> Hi all,
> 
> Anyone know real quick what the UNIX Apache command is to
> delete directories even if they have files in them. I need
> to wipe a 100 MB site, and going folder by folder, file by
> file through FTP is getting to be a pain.
> 
> I tried rmdir, but it tells me the directory is not empty--I
> don't care, I just want them all gone!!! :)




More information about the thelist mailing list