BSD 4_2 development
[unix-history] / usr / man / man1 / du.1
CommitLineData
ca5f4100
C
1.TH DU 1 "17 March 1982"
2.UC 4
3.SH NAME
4du \- summarize disk usage
5.SH SYNOPSIS
6.B du
7[
8.B \-s
9] [
10.B \-a
11] [ name ... ]
12.SH DESCRIPTION
13.I Du
14gives the number of kilobytes contained in all files
15and, recursively, directories within each specified
16directory or file
17.IR name .
18If
19.I name
20is missing,
21`\fB.\fR'
22is used.
23.PP
24The argument
25.B \-s
26causes only the grand total to
27be given.
28The argument
29.B \-a
30causes an entry to be generated
31for each file.
32Absence of either causes an entry to be generated for
33each directory only.
34.PP
35A file which has two links to it is only counted once.
36.SH "SEE ALSO"
37df(1), quot(8)
38.SH BUGS
39Non-directories
40given as arguments (not under
41.B \-a
42option) are not listed.
43.br
44If there are too many distinct linked files,
45.I du
46counts the excess files multiply.