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 38 39 40
|
.TH "FSTREE" "1" "August 2011" "Pyfilesystem" "User Commands"
.SH NAME
fstree - Recursively display the contents of PATH in an ascii tree
.SH SYNOPSIS
.B fstree
[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\-l\fR LEVEL, \fB\-\-level\fR=\fILEVEL\fR
Descend only LEVEL directories deep (\fB\-1\fR for infinite)
.TP
\fB\-g\fR, \fB\-\-gui\fR
browse the tree with a gui
.TP
\fB\-a\fR, \fB\-\-all\fR
do not hide dot files
.TP
\fB\-d\fR, \fB\-\-dirsfirst\fR
List directories before files
.SH "SEE ALSO"
fscat(1), fscp(1), fsinfo(1), fsls(1), fsmkdir(1), fsmount(1), fsmv(1), fsrm(1), fsserve(1)
.SH AUTHOR
.TP
Written for Debian by Janos Guljas <janos@resenje.org>.
|