- 重点词汇
- specifyvt.指定;详述;提出…的条件;使具有特性;
- bev. 是;有,存在;做,成为;发生;
- byprep. 在…旁边;表示方式;由于;经过;到…之前;
- canaux. 能够;可以;有机会;
- youpron.你;你们,您们;各位;大家;
- theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
- operatorn.经营者;操作员;电话接线员;运算符;
- reportv.报告;报道/到;宣布;传闻;举报;
- should应该;将会;可能;本应;
- whatpron./det.什么;多么,真,太;…的事物(或人);…的事物;不是吗,是不是;无论什么;和…一样多,就像…一样;凡是…的事物;<古>[疑问代词]谁;…那样的事物(或人)
- recordsn.记录( record的名词复数 );经历;(有关过去的)事实;最好的成绩;
- withprep. 具有;和;用;有;以;跟;同;带有;使用;和…在一起;借;与…对立;关于;包括;因为;由于;与…方向一致;由…持有;为…工作;虽然;作为…的成员,为…所雇用;具有,有,带有;在…身上,在…身边;由于,因;在…那里,在…看来
- 相关例句
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可以从这些列中提取信息。
互联网摘选
By default, awk treats each comma-separated value as a different field.
缺省情况下,awk将每个以逗号分隔的值视为不同的字段。
互联网摘选
To ignore all records that contain the string'xnpd', one could use the following awk statement
要忽略包含字符串'xnpd'的所有记录,可以使用以下awk语句
互联网摘选
You also see how programs are structured and learn AWK's record and field paradigm.
您还将了解如何组织程序,并学习AWK的记录和字段范例。
互联网摘选
The awk command can be complex and used in a wide variety of situations.
awk命令可以很复杂并应用于广泛的情景中。
互联网摘选
