Refer to shred.
[platform/upstream/coreutils.git] / man / rm.x
1 [NAME]
2 rm \- remove files or directories
3 [DESCRIPTION]
4 This manual page
5 documents the GNU version of
6 .BR rm .
7 .B rm
8 removes each specified file.  By default, it does not remove
9 directories.
10 .P
11 If a file is unwritable, the standard input is a tty, and
12 the \fI\-f\fR or \fI\-\-force\fR option is not given,
13 .B rm
14 prompts the user for whether to remove the file.  If the response
15 does not begin with `y' or `Y', the file is skipped.
16 .SH OPTIONS
17 [SEE ALSO]
18 shred(1)