- 重点词汇
- wepron. 我们,咱们;笔者,本人;朕;人们;
- knewv.知道( know的过去式 );了解;
- supportsv.支持( support的第三人称单数 );帮助;支撑;维持;
- angeln.天使,天使般的人;守护神;善良可爱的人;安琪儿;
- soarvi.高飞;飞腾;猛增,剧增;高耸,屹立;
- isvt.& vi. 是(be的三单形式);
- onlyadv.只有;只不过;仅仅;唯有;…才;只能;只会不料;
- oneselfpron.自己;(用以强调one)亲自;(one作动词的主语时,oneself作动词或介词的宾语)自身
- hasv. 有( have的第三人称单数 );(亲属关系中)接受;拿;买到;
- awingadj.& adv.飞翔的[地];
- 相关例句
awk命令包括一个模式和由一条或多条语句构成的操作,语法如下所示
互联网摘选
In this series of articles, I'm going to turn you into a proficient awk coder.
在这一系列的文章中,我将使您成为精通awk的编程人员。我承认,awk并没有一个非常好听且又非常“时髦”的名字。
互联网摘选
通过在awk语句中使用NOT操作符,可以指定不应该提取哪些记录。
互联网摘选
In awk, when a print command appears by itself, the full contents of the current line are printed.
在Awk中,当print命令单独出现时,将打印当前行的全部内容。
互联网摘选
Perl's regular expression heritage comes from shell scripting and the awk/ grep tools.
Perl的正则表达式是从shell脚本程序以及awk/grep工具中继承而来的。
互联网摘选
如前所述,这个变量支持设置awk期望在字段中找到的字符序列。
互联网摘选
The tool comes with a postprocessing script that requires a UNIX shell and awk capabilities.
该工具随后处理程序脚本一起提供,该脚本需要UNIX shell和awk功能。
互联网摘选
awk适合于文本处理和报表生成,它还有许多精心设计的特性,允许进行多种方式的编程。
互联网摘选
您还应该能够编写自定义的AWK程序,以使用UNIX命令行执行复杂的文本处理。
互联网摘选
This tutorial provides a hands-on introduction to the AWK text-processing language.
本教程为AWK文本处理语言提供了实践性的介绍。
互联网摘选
Normally, awk executes each block of your script's code once for each input line.
通常,awk会针对每个输入行执行一次每个代码块。
互联网摘选
I find it more manageable to have separate awk statements for each condition I want met.
我发现,对于希望满足的每个条件,使用单独的awk语句更便于管理。
互联网摘选
In this tutorial, you use GAWK to learn the various methods of running AWK programs.
在本教程中,您将使用GAWK,以了解各种运行AWK程序的方法。
互联网摘选
Awk executes this block after all lines in the input file have been processed.
在输入文件的所有行处理完毕之后,awk执行这个代码块。
互联网摘选
Take that line and use awk to print the second field, which is the total memory in the node.
获取那一行并使用awk输出第二个字段,它是节点中的总内存。
互联网摘选
Awk tests every record in the specified file ( or files) for a pattern match.
awk测试指定文件中的每个记录是否符合模式匹配。
互联网摘选
This will also bring the report into columns where awk can then be used to extract details.
这会让报告以列的形式呈现,awk可以从这些列中提取信息。
互联网摘选
