Related Subjects
Business Business & Investing Computers Computers & Technology Economics Engineering TechnologyIn Unix today, several scripting languages exist: awk, perl, tcl and python. Awk is a small, easy-to-learn, yet powerful programming language, and is language of choice for quick, think- and analyze-on-the-fly tasks. This book is written by the inventors of this wonderful language. It provides an excellent introduction to the language, with many practical examples for day-to-day use. Over many years, it has also served as...
0Report
This is THE bible for awk users. If you refuse to use perl, which incorporated most of awk, or have to maintain old awk scripts then this is the text. I like the O'Reilly text for learning the basics, but after that you need this guide. For some tasks awk is the premier solution, for others, use awk as part of the solution along with perl and a shell script. Still a cool language. And this book is very helpful for both beginning...
0Report
The AWK Programming Language was written very well. The first couple of chapters describe the language and the rest are full of real-world examples. The exercises at the end of each section are very helpful and expand on the examples given. Any one who works with flat data files should be familiar with awk, and this is the book to get the job done.
0Report
While the Nutshell book is more of a reference guide, Aho's shows how to really use the language with practical examples.From basic examples to flatfile reports and using Awk to try out language issues in compiler design. For those who know Awk there are some great ideas in here. For those who are just starting out it's an excellent way to ease yourself into writing Awk scripts.A script writers must have.
0Report
I found this book to be well written and to the point. I was able to quickly learn the basics. Yet the book is also a valuable reference book covering all facets of the language. I would highly recommend it.
0Report