1999-11-02 13:51:42 +00:00
|
|
|
[NAME]
|
|
|
|
|
rm \- remove files or directories
|
1998-09-12 20:12:55 +00:00
|
|
|
[DESCRIPTION]
|
1998-09-12 20:20:30 +00:00
|
|
|
This manual page
|
|
|
|
|
documents the GNU version of
|
|
|
|
|
.BR rm .
|
|
|
|
|
.B rm
|
|
|
|
|
removes each specified file. By default, it does not remove
|
|
|
|
|
directories.
|
|
|
|
|
.P
|
|
|
|
|
If a file is unwritable, the standard input is a tty, and
|
|
|
|
|
the \fI\-f\fR or \fI\-\-force\fR option is not given,
|
|
|
|
|
.B rm
|
|
|
|
|
prompts the user for whether to remove the file. If the response
|
|
|
|
|
does not begin with `y' or `Y', the file is skipped.
|
|
|
|
|
.SH OPTIONS
|
2001-04-29 07:01:12 +00:00
|
|
|
[SEE ALSO]
|
|
|
|
|
shred(1)
|