home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cli / size / size.man < prev    next >
Text File  |  1994-11-16  |  1KB  |  85 lines

  1.  
  2. NAME
  3.  
  4.     Size
  5.  
  6.  
  7. FORMAT
  8.  
  9.     Size DIRECTORY
  10.  
  11.  
  12. PURPOSE
  13.  
  14.     Size counts all bytes in the specified directory.
  15.  
  16.  
  17. SPECIFICATION
  18.  
  19.     If you want to copy a whole directory, and you do not know how much
  20.     files or bytes are located in this directory, this shell command 
  21.     will help you. It counts bytes, directries, blocks and links. The
  22.     actual size of the directory will also be counted. 
  23.  
  24.  
  25. OPTIONS
  26.  
  27.     DIRECTORY    Optional.
  28.             Enter the device or directory you want to scan. If
  29.             nothing is entered, the actual directory will be
  30.             scanned.
  31.  
  32.  
  33. EXAMPLES
  34.  
  35.     1> Size
  36.  
  37.     Blocksize:     512
  38.     Files:         3
  39.     Directories:   0
  40.     Bytes:         14571
  41.     Blocks:        33
  42.  
  43.     Total size occupied: 16896 bytes = 16.5 KB
  44.  
  45.     1> Size RAM:
  46.     
  47.     Blocksize:     1024
  48.     Files:         91
  49.     Directories:   14
  50.     Bytes:         147184
  51.     Blocks:        331
  52.  
  53.     Total size occupied: 338944 bytes = 331.0 KB
  54.         
  55.                             
  56. BUGS
  57.  
  58.     NONE.
  59.  
  60.  
  61. AUTHOR
  62.  
  63.     Markus Hillenbrand
  64.     Weserstrasse 9
  65.     36124 Eichenzell-Loeschenrod
  66.     Germany
  67.     
  68.     E-mail: m_hillen@informatik.uni-kl.de
  69.  
  70.  
  71. COPYRIGHT NOTICE
  72.  
  73.     This man page was written by:
  74.  
  75.     Markus Hillenbrand
  76.     Weserstrasse 9
  77.     36124 Eichenzell-Loeschenrod
  78.     Germany
  79.     
  80.     E-mail: m_hillen@informatik.uni-kl.de
  81.  
  82. SEE ALSO
  83.  
  84.     Info (AmigaDOS), List (AmigaDOS)
  85.