3 documents the GNU version of
6 removes each specified file. By default, it does not remove
9 If a file is unwritable, the standard input is a tty, and
10 the \fI\-f\fR or \fI\-\-force\fR option is not given,
12 prompts the user for whether to remove the file. If the response
13 does not begin with `y' or `Y', the file is skipped.
17 like every program that uses the getopt function to parse its
18 arguments, lets you use the
20 option to indicate that all following arguments are non-options. To
21 remove a file called `\-f' in the current directory, you could type
32 program's use of a single `\-' for this purpose predates the
33 development of the getopt standard syntax.