home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Tools / Docs / Find < prev    next >
Encoding:
Text File  |  1995-04-30  |  1.6 KB  |  55 lines

  1. PROGRAM NAME
  2.  
  3.   Find 2.1
  4.  
  5. AUTHOR
  6.  
  7.   Urban D. Müller    (umueller@wuarchive.wustl.edu)
  8.  
  9. SYNOPSIS
  10.  
  11.   Find [VIEW] [IN filename] string
  12.  
  13. FUNCTION
  14.  
  15.   Find will search an ASCII Aminet index for a case insensitive 
  16.   substring and output the matches as an AmigaGuide document which
  17.   it displays immediately.
  18.  
  19.   If you add the VIEW option (or the VIEW=TRUE tooltype from Workbench)
  20.   then the AmigaGuide document will view archives instead of unpacking 
  21.   them where possible.
  22.  
  23.   If you add the IN option (or its alias INDEXFILE), that file from 
  24.   the lists directory will be used for searching; there is no need to
  25.   specify the path. From Workbench, you can either single click an 
  26.   index name and shift-doubleclick 'Find', or you add the INDEXFILE=xxx
  27.   tooltype to the Find icon. Note that Find will append .doc to the index
  28.   file name.
  29.  
  30.   Default index name is AMINETx:Docs/Index_Dir.doc for 'Find', if the
  31.   executable is renamed to 'NewFind' or 'AminetFind', the default
  32.   changes to New_Dir and Aminet_Dir, respectively.
  33.  
  34.   If you specify 'Aminet' as index name, 'Aminet_Dir' will be assumed.
  35.   The same applies for 'Index' and 'New'.
  36.  
  37.   Wild cards are allowed if you run OS 2.0 or above. The pattern can
  38.   be anywhere on the line, but if you specify ^ as the first character,
  39.   it has to be at the beginning of the line. With $ at the end it has
  40.   to be at the end of the line. Other allowed characters are ? (match
  41.   any character), * (match any number of any char) and # (match any 
  42.   number of the following character).
  43.  
  44.   Find autodetaches.
  45.  
  46. EXAMPLES
  47.  
  48.   Find xpk
  49.   Find xpk IN Aminet
  50.   Find ^xpk*handler IN Aminet_Dir
  51.  
  52. SEE ALSO
  53.  
  54.   Inspect
  55.