home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnusutil.zip / README < prev    next >
Text File  |  1994-10-09  |  2KB  |  37 lines

  1. This is a package of small shell programming utilities.  They are mostly
  2. compliant with POSIX.2, where applicable.
  3.  
  4. The programs that can be built with this package are:
  5.   basename date dirname echo env expr false groups hostname id logname
  6.   nice nohup pathchk printenv printf pwd sleep stty tee test true
  7.   tty uname users who whoami yes
  8. Some programs (uname, nice, nohup, and stty) are built and installed
  9. only on systems that have the features to support them.
  10.  
  11. See the file NEWS for a list of major changes in the current release.
  12.  
  13. See the file INSTALL for compilation and installation instructions.
  14.  
  15. If you are using a version of the Linux libc that predates 4.4.1,
  16. you should get a newer version.  The old libraries contain getopt
  17. functions that are incompatible with certain uses of the date program.
  18. For instance, when built with the obsolete getopt functions, `date +%j'
  19. will give a usage error instead of the expected result.
  20.  
  21. nice, stty, and uname require facilities not available on all systems;
  22. `configure' detects this and does not try to compile them on systems
  23. where those facilities are missing.
  24. nohup requires nice.
  25. su will be installed only if you do `make install' as root.
  26.  
  27. Many thanks to all of the people who have taken the time to submit
  28. problem reports and fixes.  Contributed changes are attributed in the
  29. ChangeLog file.
  30.  
  31. These programs all recognize the `--version' option.  When reporting
  32. bugs, please include in the subject line both the package name/version
  33. and the name of the program for which you found a problem.
  34.  
  35. Mail suggestions and bug reports for these programs to
  36. bug-gnu-utils@prep.ai.mit.edu.
  37.