书籍 The AWK Programming Language的封面

The AWK Programming Language

Alfred V. Aho

出版社

Pearson

出版时间

1988-01-11

ISBN

9780201079814

评分

★★★★★

标签

编程

书籍介绍

Originally developed by Alfred Aho, Brian Kernighan, and Peter Weinberger in 1977, AWK is a pattern-matching language for writing short programs to perform common data-manipulation tasks. In 1985, a new version of the language was developed, incorporating additional features such as multiple input files, dynamic regular expressions, and user-defined functions. This new version is available for both Unix and MS-DOS. This is the first book on AWK. It begins with a tutorial that shows how easy AWK is to use. The tutorial is followed by a comprehensive manual for the new version of AWK. Subsequent chapters illustrate the language by a range of useful applications, such as: *Retrieving, transforming, reducing, and validating data *Managing small, personal databases *Text processing *Little languages *Experimenting with algorithms The examples illustrates the book's three themes: showing how to use AWK well, demonstrating AWK's versatility, and explaining how common computing operations are done. In addition, the book contains two appendixes: summary of the language, and answers to selected exercises. 020107981XB04062001

用户评论
厉害厉害
学shell编程必须要掌握的工具,学懂了就可以转学perl了
剩下的内容就当索引了
第6,7章真是精彩。
像kernighan其它的作品一样,是一件艺术品。
Really for short programs
跟作者的其他书一样, 简约而不简单. 我最近正在翻译这本书, 已经到第八章了, 如果有人感兴趣想加入, 欢迎. https://github.com/wuzhouhui/awk
感觉读前三章足矣,后面的内容现在都有更加专门的工具
Amazon上$6刀买的旧书,几乎全新,又带着点年代感的泛黄。文笔简洁清楚,花一天时间就可以读完。相比零敲碎打地从网上找脚本例子、搜stackoverfolow,系统读完这本书后基础牢固,感觉思如泉涌,几乎可以拿它完成所有log处理和数据分析工作。AWK是一个学完终身受用的工具,而你唯一需要读的就只是这本书。
简单明了,重点突出,看完用awk处理基本文本问题不在话下。