home *** CD-ROM | disk | FTP | other *** search
- Du
- --
-
- CLI usage: du <dir> ...
-
- WB usage: hold down the SHIFT key, click on the du.iconx, then double
- click on the required file/directory icon
-
- This program scans the specified files/directories (and their
- sub-directories) and prints the number of bytes and blocks used by the
- files. More than one directory may be specified on the CLI command line.
-
- eg. From the CLI, to display the space used on devices dh1: and ram:
-
- du dh1: ram:
-
- This displays (for instance)
-
- dh1: -- 103 files, 21 directories : 734364 bytes (1497 blocks)
- ram: -- 1 files, 4 directories : 5 bytes (1 blocks)
-
- Du is 468 bytes long
-
-