2011-05-24 00:52:28 +00:00
|
|
|
.TH RM 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
rm \- remove files and directories
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rm
|
|
|
|
.RB [ \-fr ]
|
2011-05-25 10:00:15 +00:00
|
|
|
.RI [ file ...]
|
2011-05-24 00:52:28 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B rm
|
|
|
|
removes the given files and directories.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-f
|
2011-05-24 11:32:33 +00:00
|
|
|
ignore files that cannot be removed.
|
2011-05-24 00:52:28 +00:00
|
|
|
.TP
|
|
|
|
.B \-r
|
2012-05-25 20:56:00 +00:00
|
|
|
remove directories recursively.
|
2011-05-25 17:29:46 +00:00
|
|
|
.SH SEE ALSO
|
|
|
|
.IR remove (3)
|