[内容推荐]
在处理文本文件方面,awk语言是处理数据提取、报告和数据格式变*的理想工具。《高校awk编程( 影印版第4版)(英文版)》既是POSIX标准awk与GNU实现(即gawk)的参考,也是教材。本书为从初学者到 awk专家级别的广泛用户提供有用参考。
在这本仔细修订的*新版中,作为作者罗宾斯同时也是gawk的主要开发人员,Arnold Robbins详细讲解了awk语言以及gawk程序,演示了如何使用awk和 gawk解决实际问题,并深入gawk的功能细节。系统管理员、程序员、网管以及其他深度用户会找到他们需要知道的关于awl<和gawk的一切。
本书遵循GNU Free Documentation License出版,读者可以自由复制和修改这本GNU手册的内容。从本书销售中获得的版税将被分给自由软件基金会和作者本人。
[目录]
Foreword to the Third Edition
Foreword to the Fourth Edition
Preface
Part Ⅰ. The awk Language
1. Getting Started with awk
How to Run awk Programs
One-Shot Throwaway awk Programs
Running awk Without Input Files
Running Long Programs
Executable awk Programs
Comments in awk Programs
Shell Quoting Issues
Datafiles for the Examples
Some Simple Examples
An Example with Two Rules Foreword to the Third Edition
Foreword to the Fourth Edition
Preface
......