home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / find-3.8-src.lha.pi < prev    next >
Text File  |  1994-03-15  |  2KB  |  47 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. find
  6. .fullname
  7. GNU find, xargs, and locate
  8. .type
  9. Programmer Tool
  10. .short
  11. Find, xargs, and locate; Amiga src+diffs
  12. .description
  13. This package contains the GNU find, xargs, and locate programs.  This
  14. version of find and xargs comply with POSIX 1003.2, and also support
  15. some additional options, some borrowed from Unix and some unique to
  16. GNU.
  17.  
  18. To gain speed, GNU find now avoids statting files whenever possible.
  19. It does this by: (1) Checking the number of links to directories and
  20. not statting files that it knows aren't directories until it
  21. encounters a test or action that needs the stat info.  (2) Rearranging
  22. the command line, where possible, so that it can do tests that don't
  23. require a stat before tests that do, in hopes that the latter will be
  24. skipped because of an OR or AND.  (But it only does this where it will
  25. leave the output unchanged.)
  26.  
  27. The locate utility is based on James Woods' public domain fast-find
  28. code, which is also distributed with the 4.3BSD find.  Because POSIX
  29. requires `find foo' to have the same effect as `find foo -print', the
  30. fast-find searching has been moved to a separate program, `locate';
  31. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  32. locate, you should run the included `updatedb' script from cron
  33. periodically (typically nightly).
  34.  
  35. This archive contains the Amiga source and diffs that were applied
  36. to the FSF baseline distribution to generate the Amiga source.
  37. .version
  38. 3.8
  39. .author
  40. Free Software Foundation
  41. .requirements
  42. Amiga binaries require ixemul.library.
  43. .distribution
  44. GNU Public License
  45. .described-by
  46. Fred Fish (fnf@fishpond.cygnus.com)
  47.