home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / DESQVIEW / MIXEDBAG.ZIP / SIZE.DOC < prev    next >
Text File  |  1989-04-29  |  2KB  |  45 lines

  1. SIZE (v1.0) - Summarize disk space usage.
  2. This will help you find where all those mega-bytes have gone.
  3.  
  4.  
  5. This program is Copyright 1989, by David G. Thomas.
  6. I may be reached at the PowerSoft BBS  (404) 928-9294
  7.  
  8. You are free to use this program as you please, and distribute it
  9. to your friends.  I only ask that you do not alter the program, and
  10. you include this file when you pass it on.
  11.  
  12.  
  13. USAGE: SIZE <options> path_1 path_2 ...
  14.  
  15. Options:
  16.     -Levels:lev    = Specify number of dir levels to list
  17.     -LOcal:kbytes  = Specify minimum local dir size to list
  18.     -Global:kbytes = Specify minimum tree size to list
  19.     -Path:xxx      = Specify pathname(s) to list
  20.     -Wild:*.*      = Limit filenames included in the total
  21.     -Depth         = Limit how deep the treewalk goes
  22.  
  23. Note: Arguments without switches will be interpreted as follows:
  24.  
  25. On integer values:
  26.     If number is less than 10 then -LEVELS is assumed.
  27.     If number is greater than 9 then -GLOBAL is assumed.
  28.  
  29. On other values:
  30.     If the name contains an asterisk (*), -WILD is assumed.
  31.     Otherwise, -PATH is assumed.
  32.  
  33. EXAMPLES:
  34.  
  35. SIZE .         ** This will tell how much space is used by this dir
  36.                   and all subdirs
  37.  
  38. SIZE 1024      ** This will report on all dirs that use more than one
  39.                   megabyte when you include the space used by its
  40.                   sub-directories.
  41.  
  42. SIZE -LOCAL:1024  ** This will list all dirs that use more than one
  43.                      megabyte, not including sub-dirs.
  44.   
  45.