home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / prodtool / util2 / du.doc < prev    next >
Encoding:
Text File  |  1993-09-30  |  963 b   |  27 lines

  1.                        du.doc : The 'du' command
  2.                           By:  Brian E. Yoder.
  3.                                 12/08/92
  4.  
  5. The du command calculates the total bytes used by a set of files.  For
  6. simplicity, only the files' sizes are calculated: the amount of space
  7. occupied by the disk blocks is not.
  8.  
  9. ========================================================================
  10. Command syntax
  11. ========================================================================
  12.  
  13.         du [-shR] fspec ...
  14.  
  15. The sizes of all files that match each file specification are added.
  16. The total size (in bytes) and the total number of matching files are
  17. written to stdout.
  18.  
  19. By default, ordinary files are included.  Specify -s to include system
  20. files and -h to include hidden files.
  21.  
  22. Specify -R to recurse subdirectories looking for matching files.
  23.  
  24. The information written to stdout is in the following format:
  25.  
  26.         533908 bytes in 27 files
  27.