sbase/rm.1
sin 8d53fc9a79 rm: Remove -i from usage and manpage
We do not support it so do not lie to the user.
2015-02-19 14:54:12 +00:00

42 lines
609 B
Groff

.Dd February 19, 2015
.Dt RM 1
.Os sbase
.Sh NAME
.Nm rm
.Nd remove directory entries
.Sh SYNOPSIS
.Nm
.Op Fl f
.Op Fl Rr
.Ar file ...
.Sh DESCRIPTION
.Nm
removes each
.Ar file .
If
.Ar file
is a directory, it has to be empty unless
.Fl R
or
.Fl r
is specified.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f
Do not prompt before removing.
.Ar file .
In the former case, do not report when
.Ar file
doesn't exist or couldn't be removed.
.It Fl Rr
Remove directories recursively.
.El
.Sh SEE ALSO
.Xr remove 3
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification except from prompting.