home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 465.lha / Utils / du / README < prev    next >
Text File  |  1991-01-05  |  625b  |  24 lines

  1. Du
  2. --
  3.  
  4.   CLI usage: du <dir> ...
  5.  
  6.   WB usage: hold down the SHIFT key, click on the du.iconx, then double
  7.         click on the required file/directory icon
  8.  
  9.   This program scans the specified files/directories (and their
  10. sub-directories) and prints the number of bytes and blocks used by the
  11. files. More than one directory may be specified on the CLI command line.
  12.  
  13.   eg. From the CLI, to display the space used on devices dh1: and ram:
  14.  
  15.     du dh1: ram:
  16.  
  17.       This displays (for instance)
  18.  
  19.     dh1: -- 103 files, 21 directories : 734364 bytes (1497 blocks)
  20.     ram: -- 1 files, 4 directories : 5 bytes (1 blocks)
  21.  
  22.   Du is 468 bytes long
  23.  
  24.