home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
c
/
du.arc
/
DU.HLP
< prev
next >
Wrap
Text File
|
1987-12-26
|
710b
|
19 lines
DU - Disk Usage. A Unix style utility. Written by Peter Lim 07-Dec-87.
Usage: du [-s] [-a] [-z] [-c] [-r] [-h] [-nnnn] [pathname(s) ... ]
where,
-s : Summary listing only (Toggle, default=off).
-a : Generate a list of all files
(Toggle, default=off).
-z : Show total statistics (Toggle, default=on).
-c : Show cluster size (Toggle, default=on).
-r : Recursive traversal of sub-directories
(Toggle, default=on).
-h : Include HIDDEN & SYSTEM files
(Toggle, default=off).
-nnnn : Force cluster size to be nnnn bytes.
nnnn = 0 releases previous forcing.
Default pathname is the current directory on current drive.