1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00
Files
coreutils/man/rm.x

19 lines
462 B
Plaintext
Raw Normal View History

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
[SEE ALSO]
shred(1)