|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1378 (0x562)
Types: TextFile
Notes: UNIX file
Names: »du.1«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/cat1/du.1«
1
DU(1) UNIX Programmer's Manual DU(1)
NAME
du - summarize disk usage
SYNOPSIS
du [ -s ] [ -a ] [ name ... ]
DESCRIPTION
_▶08◀D_▶08◀u gives the number of blocks contained in all files and
(recursively) directories within each specified directory
or file _▶08◀n_▶08◀a_▶08◀m_▶08◀e. If _▶08◀n_▶08◀a_▶08◀m_▶08◀e is missing, `.' is used.
The optional argument -s causes only the grand total to be
given. The optional argument -a causes an entry to be
generated for each file. Absence of either causes an
entry to be generated for each directory only.
A file which has two links to it is only counted once.
SEE ALSO
df(1), quot(8)
BUGS
Non-directories given as arguments (not under -a option)
are not listed.
If there are too many distinct linked files, _▶08◀d_▶08◀u counts the
excess files multiply.
1