|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
|
![]() |
The AWK Programming Language
|
AWK is an elegant pattern scanning and processing language that was an important inspiration for later languages. It is well-suited for small projects involving text processing or formatting, and has some useful features for small database applications. Its features for pattern description are derived from those of the grep family of standard Unix tools. Awk is one of the early tools to appear in Version 3 UNIX and gained popularity as a way to add computational features to a UNIX pipeline. Unfortunately it was never fully integrated into shell and that created a lot of problems with using Unix programming environment that otherwise would be neatly solved.
This book contains the original description of Awk written by the authors. The clarity of description of concepts and tradeoffs make this book a classic. See also The AWK Programming Language
The AWK Programming Language
|
|
|
Copyright © 1996-2007 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
Standard disclaimer: The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.
Last modified: February 28, 2008