高效awk编程 pdf下载
限时特惠
00:00:00
活动结束后恢复原价
纸质书参考价
¥23
电子版限时价
¥5.99
省 18 元
选择版本
内容简介
本篇主要提供高效awk编程电子书的pdf版本下载,本电子书下载方式为百度网盘方式,点击以上按钮下单完成后即会通过邮件和网页的方式发货,有问题请联系邮箱ebook666@outlook.com
内容简介
在处理文本文件方面,awk语言是处理数据提取、报告和数据格式的理想工具。
《高效awk编程(影印版 第4版 英文版)》既是POSIX标准awk与GNU实现(即gawk)的参考,也是教材。《高效awk编程(影印版 第4版 英文版)》为从初学者到awk专家级别的广泛用户提供有用参考。
在《高效awk编程(影印版 第4版 英文版)》中,作为作者罗宾斯同时也是gawk的主要开发人员,ArnoldRobbins详细讲解了awk语言以及gawk程序,演示了如何使用awk和gawk解决实际问题,并深入gawk的功能细节。
《高效awk编程(影印版 第4版 英文版)》既是POSIX标准awk与GNU实现(即gawk)的参考,也是教材。《高效awk编程(影印版 第4版 英文版)》为从初学者到awk专家级别的广泛用户提供有用参考。
在《高效awk编程(影印版 第4版 英文版)》中,作为作者罗宾斯同时也是gawk的主要开发人员,ArnoldRobbins详细讲解了awk语言以及gawk程序,演示了如何使用awk和gawk解决实际问题,并深入gawk的功能细节。
精彩书摘
《高校awk编程(影印版 第4版 英文版)》:
A format specirication can also include modillers that can control how much ofthe item's value is printed, as well as how much space it gets.The modifiers come between the % and the format—control letter.We use the bullet symbol "." in the following examples to represent spaces in the output.Here are the possible modifiers,in the order in which they may appear:
NS
An integer constant followed by a '$' is a positional specifier.Normally, format specitlcations are applied to arguments in the order given in the format string.
……
A format specirication can also include modillers that can control how much ofthe item's value is printed, as well as how much space it gets.The modifiers come between the % and the format—control letter.We use the bullet symbol "." in the following examples to represent spaces in the output.Here are the possible modifiers,in the order in which they may appear:
NS
An integer constant followed by a '$' is a positional specifier.Normally, format specitlcations are applied to arguments in the order given in the format string.
……