home *** CD-ROM | disk | FTP | other *** search
/ Dream 51 / Amiga_Dream_51.iso / Atari / Desktops / text113b.zoo / textutils-1.13 / README < prev    next >
Text File  |  1995-06-27  |  2KB  |  44 lines

  1. These are the GNU text file (actually, file contents) processing
  2. utilities.  Most of these programs have significant advantages over
  3. their Unix counterparts, such as greater speed, additional options,
  4. and fewer arbitrary limits.
  5.  
  6. The programs that can be built with this package are: cat, cksum, comm,
  7. csplit, cut, expand, fmt, fold, head, join, md5sum, nl, od, paste, pr,
  8. sort, split, sum, tac, tail, tr, unexpand, uniq, and wc.
  9.  
  10. The cmp program has moved to the GNU diff distribution.
  11.  
  12. See the file NEWS for a list of major changes in the current release.
  13.  
  14. See the file INSTALL for compilation and installation instructions.
  15.  
  16. If you are using a version of the Linux libc that predates 4.4.1,
  17. you should get a newer version.  The old libraries contain getopt
  18. functions that are incompatible with several of these utilities.  For
  19. instance, when built with the obsolete getopt functions, `tail +10' and
  20. `uniq +3' will give usage errors instead of the expected results.
  21.  
  22. There is a known bug in the pr program.  It doesn't work properly when
  23. the first character in an input file is a form feed.
  24.  
  25. The textutils are intended to be POSIX.2 compliant (with BSD and other
  26. extensions), like the rest of the GNU system.  They are almost there,
  27. but a few incompatibilities remain.
  28.  
  29. The comprehensive Texinfo documentation for these programs is not
  30. finished yet, and needs to be rewritten.  In the interim, the skeletal
  31. man pages provided with this distribution will have to serve.
  32.  
  33. These programs all recognize the `--version' option.  When reporting
  34. bugs, please include in the subject line both the package name/version
  35. and the name of the program for which you found a problem.
  36.  
  37. For general documentation on the coding and usage standards this
  38. distribution follows, see the GNU standards document on
  39. prep.ai.mit.edu:pub/gnu/standards.*, especially the `Makefile
  40. Conventions', `Configuration', and `User Interfaces' sections.
  41.  
  42. Mail suggestions and bug reports for these programs to
  43. bug-gnu-utils@prep.ai.mit.edu.
  44.