home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / find-3.8.tar.gz.pi < prev    next >
Text File  |  1994-03-15  |  2KB  |  46 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; orig FSF source
  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 gzip compressed tar archive is the original FSF source
  36. distribution before any Amiga specific changes were applied.
  37. 3.8
  38. .author
  39. Free Software Foundation
  40. .requirements
  41. Amiga binaries require ixemul.library.
  42. .distribution
  43. GNU Public License
  44. .described-by
  45. Fred Fish (fnf@fishpond.cygnus.com)
  46.