2011-05-23 20:52:28 -04:00
|
|
|
.TH RM 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
rm \- remove files and directories
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rm
|
2013-12-12 08:15:07 -05:00
|
|
|
.RB [ \-fRr ]
|
2011-05-25 06:00:15 -04:00
|
|
|
.RI [ file ...]
|
2011-05-23 20:52:28 -04:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B rm
|
|
|
|
removes the given files and directories.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-f
|
2011-05-24 07:32:33 -04:00
|
|
|
ignore files that cannot be removed.
|
2011-05-23 20:52:28 -04:00
|
|
|
.TP
|
2013-12-12 08:15:07 -05:00
|
|
|
.B \-R
|
|
|
|
equivalent to -r.
|
|
|
|
.TP
|
2011-05-23 20:52:28 -04:00
|
|
|
.B \-r
|
2012-05-25 16:56:00 -04:00
|
|
|
remove directories recursively.
|
2011-05-25 13:29:46 -04:00
|
|
|
.SH SEE ALSO
|
|
|
|
.IR remove (3)
|