home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / README < prev    next >
Text File  |  1997-01-09  |  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. See the file NEWS for a list of major changes in the current release.
  11.  
  12. See the file INSTALL for compilation and installation instructions.
  13.  
  14. If you are using a version of the Linux libc that predates 4.4.1,
  15. you should get a newer version.  The old libraries contain getopt
  16. functions that are incompatible with several of these utilities.  For
  17. instance, when built with the obsolete getopt functions, `tail +10' and
  18. `uniq +3' will give usage errors instead of the expected results.
  19.  
  20. I M P O R T A N T:
  21.  
  22.   Some Cray C compilers lack support for a 32-bit arithmetic type.
  23.   Since gettext requires such a type, you should use the --disable-nls
  24.   option when invoking configure on such systems.
  25.  
  26. The textutils are intended to be POSIX.2 compliant (with BSD and other
  27. extensions), like the rest of the GNU system.  They are almost there,
  28. but a few incompatibilities remain.
  29.  
  30. Note that the distributed man pages are no longer being updated.
  31. The authoritative documentation is in texinfo form in the doc directory.
  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
  38. this distribution follows, see the GNU standards document
  39. ftp://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. textutils-bugs@gnu.ai.mit.edu.
  44.