home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / cli / find3720.lzh / Readme < prev    next >
Text File  |  1993-07-29  |  2KB  |  59 lines

  1. -----------------------------------------------------------
  2. Please send all comments, suggestions and bug reports to:
  3.  
  4.                       Reinhard Lübke
  5.                      Finkenschlag  51
  6.                        90766 Fürth
  7.                          Germany
  8.  
  9.             Internet: luebke@erls02.siemens.de
  10. -----------------------------------------------------------
  11.  
  12. Why another Find program ?
  13.  
  14. One of the commands I've been missing in the AmigaDOS 2.0
  15. distribution, is a small and powerfull file find utility.
  16. There are several file finder in the PD but they all (as far
  17. as I know them) don't fit into my needs. So, I decide to
  18. write my own.
  19.  
  20. My version of Find is not just another port of the UNIX file
  21. find utility, though some ideas are implemented. Find is a
  22. true AmgiaDOS 2.0 CLI command, which is pure and small. Find
  23. offers many options to handle various filetypes, including
  24. hard AND softlinks. Full AmigaDOS 2.0 pattern matching is
  25. supported. Find also supports multidirectory assignments
  26. (without having TrueMultiAssigns installed). Find is able to
  27. run any command you like on the files that match the various
  28. search criteria.
  29.  
  30. Please read the file Find.doc for a complete description of
  31. Find.
  32.  
  33. This is an enhanced & bug fixed update to Find 37.16
  34.  
  35. Find was developed using the SAS/C V 6.3 Development System.
  36. You need at least AmigaDOS 2.0 to run find. On older systems
  37. it simply does nothing.
  38. -----------------------------------------------------------
  39. Copyright:
  40.  
  41.         find 37.20 (26.7.93) © Reinhard Lübke (rel)
  42.  
  43. This software is Public Domain (which means, everyone can
  44. use it without a fee) and freely distributable as long as
  45. the copyright notice in the version string is left intact.
  46.  
  47. This software can be put on any PD-Disks as long as it is
  48. distributed in the original archived format along with all
  49. the doc and readme files.
  50.  
  51.         All other rights are reserved by the author
  52. -----------------------------------------------------------
  53. Disclaimer:
  54.  
  55. The author does not make any warranty, either expressed or
  56. implied, nor is he liable for any damages resulting out of
  57. the use of this software. Any use of this software is at
  58. your own risk.
  59.