~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/vdir.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH VDIR "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH VDIR "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
vdir \- list directory contents
5
5
.SH SYNOPSIS
27
27
.TP
28
28
\fB\-\-block\-size\fR=\fISIZE\fR
29
29
scale sizes by SIZE before printing them.  E.g.,
30
 
`\-\-block\-size=M' prints sizes in units of
 
30
\&'\-\-block\-size=M' prints sizes in units of
31
31
1,048,576 bytes.  See SIZE format below.
32
32
.TP
33
33
\fB\-B\fR, \fB\-\-ignore\-backups\fR
43
43
list entries by columns
44
44
.TP
45
45
\fB\-\-color\fR[=\fIWHEN\fR]
46
 
colorize the output.  WHEN defaults to `always'
47
 
or can be `never' or `auto'.  More info below
 
46
colorize the output.  WHEN defaults to 'always'
 
47
or can be 'never' or 'auto'.  More info below
48
48
.TP
49
49
\fB\-d\fR, \fB\-\-directory\fR
50
50
list directory entries instead of contents,
60
60
append indicator (one of */=>@|) to entries
61
61
.TP
62
62
\fB\-\-file\-type\fR
63
 
likewise, except do not append `*'
 
63
likewise, except do not append '*'
64
64
.TP
65
65
\fB\-\-format\fR=\fIWORD\fR
66
66
across \fB\-x\fR, commas \fB\-m\fR, horizontal \fB\-x\fR, long \fB\-l\fR,
110
110
\fB\-I\fR, \fB\-\-ignore\fR=\fIPATTERN\fR
111
111
do not list implied entries matching shell PATTERN
112
112
.TP
113
 
\fB\-k\fR
114
 
like \fB\-\-block\-size\fR=\fI1K\fR
 
113
\fB\-k\fR, \fB\-\-kibibytes\fR
 
114
use 1024\-byte blocks
115
115
.TP
116
116
\fB\-l\fR
117
117
use a long listing format
142
142
.TP
143
143
\fB\-\-show\-control\-chars\fR
144
144
show non graphic characters as\-is (default
145
 
unless program is `ls' and output is a terminal)
 
145
unless program is 'ls' and output is a terminal)
146
146
.TP
147
147
\fB\-Q\fR, \fB\-\-quote\-name\fR
148
148
enclose entry names in double quotes
176
176
\fB\-\-time\-style\fR=\fISTYLE\fR
177
177
with \fB\-l\fR, show times using style STYLE:
178
178
full\-iso, long\-iso, iso, locale, +FORMAT.
179
 
FORMAT is interpreted like `date'; if FORMAT is
 
179
FORMAT is interpreted like 'date'; if FORMAT is
180
180
FORMAT1<newline>FORMAT2, FORMAT1 applies to
181
181
non\-recent files and FORMAT2 to recent files;
182
 
if STYLE is prefixed with `posix\-', STYLE
 
182
if STYLE is prefixed with 'posix\-', STYLE
183
183
takes effect only outside the POSIX locale
184
184
.TP
185
185
\fB\-t\fR
220
220
\fB\-\-version\fR
221
221
output version information and exit
222
222
.PP
223
 
SIZE may be (or may be an integer optionally followed by) one of following:
224
 
KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
 
223
SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units
 
224
are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
225
225
.PP
226
226
Using color to distinguish file types is disabled both by default and
227
227
with \fB\-\-color\fR=\fInever\fR.  With \fB\-\-color\fR=\fIauto\fR, ls emits color codes only when
248
248
.br
249
249
Report vdir translation bugs to <http://translationproject.org/team/>
250
250
.SH COPYRIGHT
251
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
251
Copyright \(co 2012 Free Software Foundation, Inc.
252
252
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
253
253
.br
254
254
This is free software: you are free to change and redistribute it.