gawk-3.1.6-1-doc.zip

时间:2013-09-19 14:16:39
【文件属性】:
文件名称:gawk-3.1.6-1-doc.zip
文件大小:4.68MB
文件格式:ZIP
更新时间:2013-09-19 14:16:39
gawk Gawk: pattern scanning and processing language Version 3.1.6 Description Several kinds of tasks occur repeatedly when working with text files. You might want to extract certain lines and discard the rest. Or you may need to make changes wherever certain patterns appear, but leave the rest of the file alone. Writing single-use programs for these tasks in languages such as C, C++ or Pascal is time-consuming and inconvenient. Such jobs are often easier with awk. The awk utility interprets a special-purpose programming language that makes it easy to handle simple data-reformatting jobs. The GNU implementation of awk is called gawk; it is fully compatible with the System V Release 4 version of awk. gawk is also compatible with the POSIX specification of the awk language. This means that all properly written awk programs should work with gawk. Thus, we usually don’t distinguish between gawk and other awk implementations. Using awk allows you to: Manage small, personal databases Generate reports Validate data Produce indexes and perform other document preparation tasks Experiment with algorithms that you can adapt later to other computer languages. In addition, gawk provides facilities that make it easy to: Extract bits and pieces of data for processing Sort data Perform simple network communications. The Win32 port has some limitations, In particular the ‘|&’ operator and TCP/IP networking are not supported.
【文件预览】:
man
----man1()
--------pgawk.1(76KB)
--------gawk.1(76KB)
--------igawk.1(1KB)
----html()
--------awk.1p.html(42KB)
--------pgawk.1.html(90KB)
--------gawk.1.html(90KB)
--------igawk.1.html(2KB)
----pdf()
--------gawk-man.pdf(308KB)
----man1p()
--------awk.1p(100KB)
----ps()
--------gawk-man.ps.gz(162KB)
manifest
----gawk-3.1.6-1-doc.ver(69B)
----gawk-3.1.6-1-doc.mft(1KB)
doc
----gawk()
--------UnixV7()
--------3.1.6()
info
----gawk.info(1.03MB)
----gawkinet.info(203KB)
----dir(1KB)

网友评论