sbase/rm.1

18 lines
282 B
Groff
Raw Normal View History

2011-05-23 20:52:28 -04:00
.TH RM 1 sbase\-VERSION
.SH NAME
rm \- remove files and directories
.SH SYNOPSIS
.B rm
.RB [ \-fr ]
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
.B \-r
remove directories recursively.