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

« back to all changes in this revision

Viewing changes to man/du.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 DU "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH DU "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
du \- estimate file space usage
5
5
.SH SYNOPSIS
21
21
\fB\-\-apparent\-size\fR
22
22
print apparent sizes, rather than disk usage; although
23
23
the apparent size is usually smaller, it may be
24
 
larger due to holes in (`sparse') files, internal
 
24
larger due to holes in ('sparse') files, internal
25
25
fragmentation, indirect blocks, and the like
26
26
.TP
27
27
\fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR
28
28
scale sizes by SIZE before printing them.  E.g.,
29
 
`\-BM' prints sizes in units of 1,048,576 bytes.
 
29
\&'\-BM' prints sizes in units of 1,048,576 bytes.
30
30
See SIZE format below.
31
31
.TP
32
32
\fB\-b\fR, \fB\-\-bytes\fR
33
 
equivalent to `\-\-apparent\-size \fB\-\-block\-size\fR=\fI1\fR'
 
33
equivalent to '\-\-apparent\-size \fB\-\-block\-size\fR=\fI1\fR'
34
34
.TP
35
35
\fB\-c\fR, \fB\-\-total\fR
36
36
produce a grand total
103
103
\fB\-\-time\-style\fR=\fISTYLE\fR
104
104
show times using style STYLE:
105
105
full\-iso, long\-iso, iso, +FORMAT
106
 
FORMAT is interpreted like `date'
 
106
FORMAT is interpreted like 'date'
107
107
.TP
108
108
\fB\-\-help\fR
109
109
display this help and exit
115
115
and the DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.
116
116
Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
117
117
.PP
118
 
SIZE may be (or may be an integer optionally followed by) one of following:
119
 
KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
 
118
SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units
 
119
are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
120
120
.SH PATTERNS
121
121
PATTERN is a shell pattern (not a regular expression).  The pattern
122
122
.BR ?
148
148
.br
149
149
Report du translation bugs to <http://translationproject.org/team/>
150
150
.SH COPYRIGHT
151
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
151
Copyright \(co 2012 Free Software Foundation, Inc.
152
152
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
153
153
.br
154
154
This is free software: you are free to change and redistribute it.