If rm is still asking you about each file, be sure it isn't aliased.  If
it asks questions, type Ctrl-C to exit, then re-run rm as follows:

\rm -rf

the \ will turn off any aliases for rm, such as 'rm=rm -i'.  See the man
page as Mark suggested for more info.

===Keith

----- Original Message -----
From: "Mark Shaw" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 10:17 AM
Subject: Re: [newbie] rm 'ing stuff



> How do I remove stuff i.e. rm -r folder/ without having to type yes to
every
> file in the folder?

'man rm' suggests that 'rm -rf' is what you want.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Reply via email to