home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / findutils-4.1-diffs.gz.pi < prev    next >
Text File  |  1996-10-12  |  1KB  |  41 lines

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