Short:        SizeList 1.01 - List files depending on size
Author:       jthorsen@iname.com
Uploader:     jthorsen iname com
Type:         util/cli
Version:      1.01
Architecture: m68k-amigaos


SizeList is email-ware, which means that if you like it I would really like to receive a mail from 
you telling me so.
SizeList is a will let you list files in a directory, depending on the file-size.

USAGE:
SizeList <dir> [min=<n bytes>] [max=<n bytes>] [is=<n bytes>] [QUIET]

DIR        - Dir to list
MIN        - Minimum filesize to list
MAX        - Maximum filesize to list
IS         - Only list files that are exactly this size
QUIET      - Do not output any additional information, 
             should be used if you want to redirect the output to a file.

example:
SizeList BBS:upload/ min=50000 max=100000 ;This will list files in the 50K -> 100K range

SizeList >ram:filelist.txt store: max=1000000  ;This will list in store: that are 1MB or less in size, 
                                                and re-direct the output to ram:filelist.txt.


This should be quite simple to figure out I guess, but if you are stuck feel free to 
send me a mail.

SizeList is part of a serie of smart little tools. You should also check out the following tools:

DayCopy
DayDelete
DayMove
DayList
SizeDelete
SizeMove
SizeCopy


Version History:

1.01 Fixed a bug in the exit-routine.

1.0  First public release