home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / sources / du.zoo / du.man < prev    next >
Encoding:
Text File  |  1992-04-22  |  958 b   |  67 lines

  1.  
  2.  
  3.  
  4.                                                                         du(1)
  5.  
  6.  
  7.  
  8.    Name
  9.      du - print amount of disk usage
  10.  
  11.    Syntax
  12.      du [-as] [name...]
  13.  
  14.    Description
  15.      The du command gives the number of kilobytes contained in all files and,
  16.      recursively, directories within each specified directory or file name.
  17.      If name is missing, `.' is used.
  18.  
  19.      Absence of either -a or -s causes an entry to be generated for each
  20.      directory only.
  21.  
  22.      A file that has two links to it is only counted once.
  23.  
  24.    Options
  25.  
  26.      -a   Displays the disk usage for each file.
  27.  
  28.      -s   Displays a summary total only.
  29.  
  30.    Restrictions
  31.      Non-directories given as arguments (not under -a option) are not listed.
  32.  
  33.      If there are too many distinct linked files, du counts the excess files
  34.      multiply.
  35.  
  36.    See Also
  37.      df(1), quot(8)
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                             1
  64.  
  65.  
  66.  
  67.