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 >
Wrap
Text File
|
1989-04-29
|
2KB
|
45 lines
SIZE (v1.0) - Summarize disk space usage.
This will help you find where all those mega-bytes have gone.
This program is Copyright 1989, by David G. Thomas.
I may be reached at the PowerSoft BBS (404) 928-9294
You are free to use this program as you please, and distribute it
to your friends. I only ask that you do not alter the program, and
you include this file when you pass it on.
USAGE: SIZE <options> path_1 path_2 ...
Options:
-Levels:lev = Specify number of dir levels to list
-LOcal:kbytes = Specify minimum local dir size to list
-Global:kbytes = Specify minimum tree size to list
-Path:xxx = Specify pathname(s) to list
-Wild:*.* = Limit filenames included in the total
-Depth = Limit how deep the treewalk goes
Note: Arguments without switches will be interpreted as follows:
On integer values:
If number is less than 10 then -LEVELS is assumed.
If number is greater than 9 then -GLOBAL is assumed.
On other values:
If the name contains an asterisk (*), -WILD is assumed.
Otherwise, -PATH is assumed.
EXAMPLES:
SIZE . ** This will tell how much space is used by this dir
and all subdirs
SIZE 1024 ** This will report on all dirs that use more than one
megabyte when you include the space used by its
sub-directories.
SIZE -LOCAL:1024 ** This will list all dirs that use more than one
megabyte, not including sub-dirs.