File: fsls.1

package info (click to toggle)
python-fs 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,452 kB
  • ctags: 2,991
  • sloc: python: 20,659; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
47
48
49
.TH "FSLS" "1" "August 2011" "Pyfilesystem" "User Commands"
.SH NAME
fsls - List contents of [PATH]
.SH SYNOPSIS
.B fsls
[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\-u\fR, \fB\-\-full\fR
output full path
.TP
\fB\-s\fR, \fB\-\-syspath\fR
output system path (if one exists)
.TP
\fB\-r\fR, \fB\-\-url\fR
output URL in place of path (if one exists)
.TP
\fB\-d\fR, \fB\-\-dirsonly\fR
list directories only
.TP
\fB\-f\fR, \fB\-\-filesonly\fR
list files only
.TP
\fB\-l\fR, \fB\-\-long\fR
use a long listing format
.TP
\fB\-a\fR, \fB\-\-all\fR
do not hide dot files
.SH "SEE ALSO"
fscat(1), fscp(1), fsinfo(1), fsmkdir(1), fsmount(1), fsmv(1), fsrm(1), fsserve(1), fstree(1)
.SH AUTHOR
.TP
Written for Debian by Janos Guljas <janos@resenje.org>.