sbase/rm.1

23 lines
340 B
Groff
Raw Normal View History

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