Short:        Make recent list >1 week old from Aminet INDEX
Author:       Graham Waddell-Zeps
Uploader:     jesebel execulink com
Type:         comm/misc
Version:      0.1
Replaces:     n/a
Requires:     Aminet INDEX textfile
Architecture: m68k-amigaos

       IndexSince v0.1 by Graham Waddell-Zeps, written Oct. 9, 1996.

	This little script takes an aminet INDEX textfile and looks at
 the age of each entry and if it is equal to or more recent than the
 AGE argument specified upon execution by the user ( ReadArgs ), it
 will list it. This is a useful way of creating a RECENT file that
 covers more than the latest week, like the aminet RECENT file, ex-
 suppose you're away on vacation and when you get back you want to
 know what nifty files went into the aminet archives.. ta-da!


Usage:
	IndexSince [Age in weeks] [IndexFile] [QUIET]
  or    IndexSince >Dev:OutputFile [Age in weeks] [IndexFile]

 ex-	"IndexSince >RAM:NewRecent.txt 3 Docs:INDEX" would list
 all the entries that were 3 weeks old or newer from a file called
 "DOCS:INDEX" and write the results into a file in RAM: called
 "NewRecent.txt".


If you want to contact me, I can be reached by E-Mail at:

                           jesebel@execulink.com

or snail-mail at:
                              Graham Waddell
                           402-767 Second Street
                          London, Ontario Canada
                                  N5V 3C4

Any ideas, bug reports or donations would be GREATLY appreciated, and may even
be rewarded with various pieces of software I've done!  :)

Special thanks go to:
	Darren Jerrard, for his tutelage in 'C/C++'

Revision history:
	v0.1	09-Oct-1996	First release! Quick 'n dirty.