home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / script / gawk.README < prev    next >
Encoding:
Text File  |  1996-03-11  |  988 b   |  33 lines

  1. GNU awk is a pattern scanning and processing language and tool.  gawk
  2. 3.0 should be upwardly compatible with the System V Release 4 awk.
  3. It is almost completely compliant with POSIX 1003.2.
  4.  
  5. An excellent source for learning how to use awk/gawk is the O'Reilly
  6. and Associates book "SED and AWK" by Dale Dougherty.  ISBN
  7. 0-937175-59-5.
  8.  
  9. To obtain a copy of my distribution:
  10.  
  11. ftp://next-ftp.peak.org:/pub/next/submissions/gawk-3.0.NIHS.bd.tar.gz
  12.  
  13. To verify that you have a good copy of my distribution, execute the
  14. following command.  Note that the first number is the 16-bit checksum
  15. which must match exactly and that the second number is the number of
  16. blocks and can vary.
  17.  
  18. % sum gawk-3.0.NIHS.bd.tar.gz
  19. 26460   442
  20.  
  21. To unpack the distribution:
  22.  
  23. % gnutar xvzpf gawk-3.0.NIHS.bd.tar.gz
  24.  
  25. This will create a .pkg file.  You need to be logged in as "root" to
  26. install the package.
  27.  
  28. Robert La Ferla
  29. Registered OPENSTEP / NEXTSTEP Consultant
  30. Boston, MA
  31. + 1 (617) 252-0088
  32. Robert_La_Ferla@hot.com
  33.