Reported by Erik van der Kouwe <vdkouwe at cs.vu.nl>:
[minix.git] / man / man1 / du.1
blob217d4a6d78260eb951b4463103a08fba8be1ed93
1 .TH DU 1
2 .SH NAME
3 du \- print disk usage
4 .SH SYNOPSIS
5 \fBdu\fR [\fB\-as\fR]\fR [\fB\-l \fIn\fR] \fIdir\fR ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .FL "\-a" "Give usage for all files"
19 .FL "\-l" "List up to \fIn\fR levels of subdirectories"
20 .FL "\-d" "Do not cross file system boundaries"
21 .FL "\-s" "Summary only"
22 .SH EXAMPLES
23 .EX "du dir" "List disk space used by files in dir"
24 .EX "du \-s dir1 dir2" "Give summaries only"
25 .EX "du \-d /" "Show only the root device"
26 .SH DESCRIPTION
27 .PP
28 \fIDu\fR examines one or more directories and prints the amount of space 
29 occupied by the files in those directories and their subdirectories in
30 kilobytes.
31 .SH BUGS
32 \fIDu\fR calculates disk usage based on file size. It could be there
33 are holes in the file, not occupying any actual disk blocks, causing
34 \fIdu\fR to overestimate disk usage. (\fIDu\fR does recognize and correctly
35 calculate disk usage when hard links are encountered.)
36 .SH "SEE ALSO"
37 .BR df (1).