1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.TH "FSRM" "1" "August 2011" "Pyfilesystem" "User Commands"
.SH NAME
fsrm - Remove a file or directory at PATH
.SH SYNOPSIS
.B fsrm
[OPTION]... [PATH]
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-debug\fR
Show debug information
.TP
\fB\-v\fR, \fB\-\-verbose\fR
make output verbose
.TP
\fB\-\-listopeners\fR
list all FS openers
.TP
\fB\-\-fs\fR=\fIOPENER\fR
import an FS opener e.g \fB\-\-fs\fR foo.bar.MyOpener
.TP
\fB\-f\fR, \fB\-\-force\fR
ignore non\-existent files, never prompt
.TP
\fB\-i\fR, \fB\-\-interactive\fR
prompt before removing
.TP
\fB\-r\fR, \fB\-\-recursive\fR
remove directories and their contents recursively
.SH "SEE ALSO"
fscat(1), fscp(1), fsinfo(1), fsls(1), fsmkdir(1), fsmount(1), fsmv(1), fsserve(1), fstree(1)
.SH AUTHOR
.TP
Written for Debian by Janos Guljas <janos@resenje.org>.
|