home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / utlos2.zip / Doc / DU.DOC < prev    next >
Text File  |  1997-10-24  |  1KB  |  32 lines

  1. $Id: DU.DOC 1.3 1997/10/25 02:05:49 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. The
  21. total size (in bytes) and the total number of matching files are written
  22. 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.