home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / drive_utils / file_finders / ff13 / ff.txt < prev    next >
Text File  |  1989-07-25  |  3KB  |  56 lines

  1.  
  2.                               FileFind Amiga!
  3.                                 Version 1.3
  4.  
  5.                            Created by Ray Lambert
  6.  
  7.  
  8.   FileFind is a CLI utility which will search for files on filing devices
  9. using wildcards.  The MS-DOS wildcards "*" and "?" can be used as well as
  10. the AmigaDOS wildcard "#?".  The drive specifier is optional and if not
  11. supplied the currently logged drive is used.  An optional directory
  12. specifier may also be used which limits the search to the specified
  13. directory and all sub-directory levels under it.  Multiple arguments may be
  14. supplied to search on more than one drive for a particular file, or to
  15. search for multiple files on multiple devices.  Ctrl-C may be used to
  16. immediately terminate the search and return your CLI prompt to you.  Version
  17. 1.3 is pure and as such can be made resident under AmigaDOS 1.3 or under
  18. AmigaDOS 1.2 using ARP.
  19.   This release includes the source code for those of you who want to
  20. experiment a bit.  The source will only compile with Lattice Version 5.x, as
  21. it uses very Lattice-specific tricks to gain maximum speed and minimum code
  22. size (4844 bytes!), however it can be converted to compile with Manx.  See
  23. the makefile for compiling instructions.
  24.   Anyone is welcome to improve/enhance FileFind in any way, however I ask
  25. that if you distribute derivative works that you give me some credit for the
  26. original work.  I would also greatly like to see the cosmic improvements
  27. that you make!
  28.  
  29.  
  30.   Usage example: to search for all C source files on DH0: simply type:
  31.  
  32.                                  FF DH0:*.c
  33.  
  34.  
  35.   A note about the name:  The first version of FileFind was released BEFORE
  36. AmigaDOS 1.3 which contains the program FastFonts.  FileFind has always been
  37. called FF to minimize typing required to invoke the program.  FastFonts was
  38. always called FastFonts until it was released with AmigaDOS 1.3 when it was
  39. renamed to FF.  You must be aware of this potential naming conflict if you
  40. intend to use FileFind.  If you attempt to copy FileFind to your c:
  41. directory as FF, and FastFonts already exists there as FF, the COPY command
  42. will silently overwrite FastFonts with FileFind without your ever knowing.
  43. I suggest that you rename either FileFind or FastFonts to something that
  44. won't conflict.  I am in favor of renaming FastFonts because it is normally
  45. only executed once per session and that is in your startup-sequence file,
  46. however FileFind may be executed many times in a session and it will save
  47. you some typing if it is called FF.  See the RENAME command in your AmigaDOS
  48. manual if you're not sure how to do this.
  49.  
  50.  
  51.   FileFind is copyrighted by the author, Ray Lambert, and is released as
  52. public domain.  It may be freely redistributed as long as this file goes
  53. along with it.  FileFind may not be sold commercially without permission
  54. from the author.
  55.  
  56.