home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / FREI / UTLOS2.ARJ / UTLOS2.ZIP / Doc / DU.DOC < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.1 KB  |  32 lines

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