Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.23 KB

File metadata and controls

44 lines (32 loc) · 2.23 KB

The AWK Programming Language Notes

My Reading Notes of The AWK Programming Language"

嗯,这本书确实非常古老,1988年出版。:grinning: 嗯,AWK是一门图灵完备的语言。:grinning:

AWK was created at Bell Labs in the 1970s, and its name is derived from the surnames of its authors—Alfred Aho, Peter Weinberger, and Brian Kernighan. The acronym is pronounced the same as the name of the bird auk (which acts as an emblem of the language such as on The AWK Programming Language book cover – the book is often referred to by the abbreviation TAPL). When written in all lowercase letters, as awk, it refers to the Unix or Plan 9 program that runs scripts written in the AWK programming language -- Wikipedia

进度

进度 章节 中文
100% Chapter1.An-AWK-Tutorial 入门教程
57% Chapter2.The-AWK-Language AWK语言
0% Chapter3.Data-Processing 数据处理
0% Chapter4.Reports-and-Databases 报告与数据库
0% Chapter5.Processing-Words 处理单词
0% Chapter6.Little-Language 小巧语言
0% Chapter7.Experiments-with-Algorithms 算法实验
0% Chapter8.Epilog 后记

参考资料

工具

源码

git clone git://git.savannah.gnu.org/gawk.git