Jump to ratings and reviews
Rate this book

Effective AWK Programming

Rate this book
AWK is an interpreted programming language that is included in most versions of Unix. The name is derived from the initials of its creators--Alfred Aho, Peter Weinberger, and Brian Kernighan--who developed the language in 1977. The language is particularly designed for filtering and manipulating textual data. In this respect, it is similar to Perl, though Perl is more powerful. There are many variants of AWK, including gawk, which is the GNU version. Effective AWK Programming was published by the Free Software Foundation (FSF) and distributed in electronic form with the GNU AWK source code. It was also published by SSC to help make it more widely available in book form, and is now offered by O'Reilly & Associates. Effective AWK Programming covers every aspect of the AWK 3.0.3 and 3.0.4 language. It offers the most up-to-date coverage of the POSIX standard for AWK available anywhere, and clearly distinguishes standard AWK features from GNU AWK-specific features. The author sheds light on many of the "dark corners" of the language (areas to watch out for when programming), devotes two full chapters to example programs, and includes a summary of how the AWK language evolved.

314 pages, Paperback

First published June 1, 1997

22 people are currently reading
120 people want to read

About the author

Arnold Robbins

38 books18 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
20 (39%)
4 stars
21 (41%)
3 stars
9 (17%)
2 stars
0 (0%)
1 star
1 (1%)
Displaying 1 - 2 of 2 reviews
Profile Image for Alvaro Tejada Galindo.
178 reviews5 followers
April 4, 2017
I read this book because I need to write some scripts for work...despite being pretty old, AWK is an awesome language and this book is full of really nice examples that guide through the process of learning it the right way...I enjoyed reading it and while I'm not by any means an AWK expert...I feel pretty confident on writing useful scripts...so I believe that this book really paid off -:)
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.