gawk guide

时间:2018-01-02 07:26:05
【文件属性】:

文件名称:gawk guide

文件大小:2.77MB

文件格式:PDF

更新时间:2018-01-02 07:26:05

linux gawk

Why is AWK so important? It is an excellent filter and report writer. Many UNIX utilities generates rows and columns of information. AWK is an excellent tool for processing these rows and columns, and is easier to use AWK than most conventional programming languages. It can be considered to be a pseudo-C interpretor, as it understands the same arithmatic operators as C. AWK also has string manipulation functions, so it can search for particular strings and modify the output. AWK also has associative arrays, which are incredible useful, and is a feature most computing languages lack. Associative arrays can make a complex problem a trivial exercise.


网友评论