AnyBook4Less.com | Order from a Major Online Bookstore |
![]() |
Home |  Store List |  FAQ |  Contact Us |   | ||
Ultimate Book Price Comparison Engine Save Your Time And Money |
![]() |
Title: Effective awk Programming (3rd Edition) by Arnold Robbins, Michael Brennan ISBN: 0596000707 Publisher: O'Reilly & Associates Pub. Date: 15 May, 2001 Format: Paperback Volumes: 1 List Price(USD): $39.95 |
Average Customer Rating: 5
Rating: 5
Summary: Most Complete Coverage of Awk
Comment: Awk is one of those handy Unix tools with which you can easily impress people. Using a simple
/pattern/ { action }
syntax, you can construct powerful one-liners. Do you want to how much time in total you spent surfing the Internet? Here it is:
awk '/Connect time/ { s += $8 } END { print s }' /var/log/messages
It doesn't get much shorter in any other programming language, does it? Need to strip text of HTML tags? Need a frequency count of words in a text? Awk is the perfect tool for tasks like this. With its pattern-action structure, powerful regular expression mechanism, associative arrays and basic program flow control, it provides a powerful tool for manipulating flat text files. Even though other scripting languages may be richer in features, there exists a niche where Awk is just the right tool to do the job.
Arnold Robbins, the author of this book as well as of several other books on Awk, serves also as the maintainer of GNU Awk (gawk for short), the most influential version of Awk available today. With the version 3.10, released in 2001, GNU Awk became richer for a handful of new extensions over traditional Awk, most important among them are the TCP/IP networking and the support for internationalization. All new extensions are described in the book. How successful these new extensions will be is doubtful, however. Networking scripting niche is already well covered with Perl and Python, and internationalization doesn't really matter much in short throw-away scripts Awk is usually used for.
With all due respect to the creators of Awk and their book (Alfred V. Aho, Peter J. Weinberger, Brian W. Kernighan, The Awk Programming Language, Addison-Wesley, 1988), I have to say that "Effective Awk Programming" is probably the best Awk tutorial on the market today. If you are serious about learning Awk, you shouldn't be without it. If you are still hesitating whether it wouldn't be wiser investing those 28 USD elsewhere, here is chance to read it before you buy it: install GNU Awk 3.10, and the Texinfo source of the book comes with it. But sooner or later you will find O'Reilly RepKover binding too tempting...
![]() |
Title: sed & awk (2nd Edition) by Dale Dougherty, Arnold Robbins ISBN: 1565922255 Publisher: O'Reilly & Associates Pub. Date: March, 1997 List Price(USD): $34.95 |
![]() |
Title: The Awk Programming Language by Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger ISBN: 020107981X Publisher: Addison-Wesley Pub Co Pub. Date: January, 1988 List Price(USD): $60.00 |
![]() |
Title: Mastering Regular Expressions, Second Edition by Jeffrey, E. F. Friedl ISBN: 0596002890 Publisher: O'Reilly & Associates Pub. Date: 15 July, 2002 List Price(USD): $39.95 |
![]() |
Title: sed and awk Pocket Reference, 2nd Edition by Arnold Robbins ISBN: 0596003528 Publisher: O'Reilly & Associates Pub. Date: June, 2002 List Price(USD): $12.95 |
![]() |
Title: Unix Power Tools, Third Edition by Shelley Powers, Jerry Peek, Tim O'Reilly, Mike Loukides ISBN: 0596003307 Publisher: O'Reilly & Associates Pub. Date: 01 October, 2002 List Price(USD): $69.95 |
Thank you for visiting www.AnyBook4Less.com and enjoy your savings!
Copyright� 2001-2021 Send your comments