sbase/rm.1
Connor Lane Smith a9c970b973 add mkfifo
2011-05-25 11:00:15 +01:00

18 lines
282 B
Groff

.TH RM 1 sbase\-VERSION
.SH NAME
rm \- remove files and directories
.SH SYNOPSIS
.B rm
.RB [ \-fr ]
.RI [ file ...]
.SH DESCRIPTION
.B rm
removes the given files and directories.
.SH OPTIONS
.TP
.B \-f
ignore files that cannot be removed.
.TP
.B \-r
remove directories recursively.