Penguin
Annotated edit history of du(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2
3 du - estimate file space usage
4 !!SYNOPSIS
4 CraigBox 5 __du__ [[''OPTION'']... [[''FILE'']...
1 perry 6
7 !!DESCRIPTION
8
9 Summarize disk usage of each FILE, recursively for
10 directories.
11
4 CraigBox 12 ; __-a__, __--all__ : write counts for all files, not just directories
13 ; __--[block-size|BlockSize]__=''SIZE'' : use SIZE-byte blocks
14 ; __-b__, __--bytes__ : print size in bytes
15 ; __-c__, __--total__ : produce a grand total
16 ; __-D__, __--dereference-args__ : dereference PATHs when symbolic link
17 ; __-h__, __--human-readable__ : print sizes in human readable format (e.g., 1K 234M 2G)
18 ; __-H__, __--si__ : likewise, but use powers of 1000 not 1024
19 ; __-k__, __--kilobytes__ : like __--block-size__=''1024''
20 ; __-l__, __--count-links__ : count sizes many times if hard li nked
21 ; __-L__, __--dereference__ : dereference all symbolic links
22 ; __-m__, __--megabytes__ : like __--block-size__=''1048576''
23 ; __-S__, __--separate-dirs__ : do not include size of subdirectories
24 ; __-s__, __--summarize__ : display only a total for each argument
25 ; __-x__, __--one-file-system__ : skip directories on different filesystems
26 ; __-X__ FILE, __--exclude-from__=''FILE'' : Exclude files that match any pattern in FILE.
27 ; __--exclude__=''PAT'' : Exclude files that match PAT.
28 ; __--max-depth__=''N'' : print the total for a directory (or file, with __--all__) only if it is N or fewer levels below the command line argument; __--max-depth__=''0'' is the same as __--summarize__
29 ; __--help__ : display this help and exit
30 ; __--version__ : output version information and exit
1 perry 31
32 !!AUTHOR
33
4 CraigBox 34 Written by Torbjorn Granlund, David !MacKenzie, Larry !McVoy, and Paul Eggert.
1 perry 35
2 perry 36 !!REPORTING BUGS
1 perry 37
4 CraigBox 38 Report bugs to <bug-fileutils@gnu.org>
1 perry 39
40 !!COPYRIGHT
41
3 StuartYeates 42 Copyright 2001 [FreeSoftwareFoundation], Inc.
1 perry 43 This is free software; see the source for copying
44 conditions. There is NO warranty; not even for
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR
46 PURPOSE.
4 CraigBox 47
1 perry 48 !!SEE ALSO
49
3 StuartYeates 50 [BlockSize]
1 perry 51
52 The full documentation for __du__ is maintained as a
4 CraigBox 53 Texinfo manual. If the info(1) and du(1) programs
1 perry 54 are properly installed at your site, the
4 CraigBox 55 command __info du__ should give you access to the complete manual.
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 8 times)