The AWK Programming Language

English language

Published Jan. 11, 1988

ISBN:
978-0-201-07981-4
Copied ISBN!

View on Inventaire

4 stars (3 reviews)

The AWK Programming Language is a well-known 1988 book written by Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger and published by Addison-Wesley, often referred to as the gray book. The book describes the AWK programming language and is the de facto standard for the language, written by its inventors. W. Richard Stevens, author of several UNIX books including Advanced Programming in the Unix Environment, cites the book as one of his favorite technical books. The book is translated to several languages and is cited by many technical papers in the ACM journals.According to the book's frontmatter the book was typeset "using an Autologic APS-5 phototypesetter and a DEC VAX 8550 running the 9th Edition of the UNIX operating system".

1 edition

Review of 'The AWK Programming Language' on 'Goodreads'

4 stars

AWK is a quirky little language. If you spend enough time working in a Unix environment you'll see it crop up once in a while. You can safely ignore it, of course, and go on writing shell scripts or use Python or Ruby to do quick data extraction and manipulation. I've wasted a lot of time writing Python scripts for what would have been a one line AWK program, but quick and dirty data manipulation is what AWK was made for.

This book is written by the "A", the "W" and the "K" in AWK. You couldn't get a more authoritative source even if you tried. But why would you? You'll learn all you need to know--and so much more. From one liners you'll use often to programs that you'll skim through, and then promptly forget, because there's saner ways of doing it these days--at least Python and Ruby have …

avatar for HokieGeek

rated it

4 stars
avatar for madklowns

rated it

4 stars