- 重点词汇
- writev.写;写作;编写;写信;写道;写字;作曲;好使;创作(歌曲);开具(支票等);(往计算机等)写入;
- linen.线条;皱纹;行,列;队伍;字行;对白;诗行;罚写;话语;绳;电话线;路线;铁轨;运输公司;轮廓;界线;防线;立场;方式;行业;种类;流水线;家系;排序;一条细线的可卡因;
- youpron.你;你们,您们;各位;大家;
- fromprep. (表示时间)从…;(表示原因)因为;(表示来源)来自…;(表示分离)与…分离[隔开];
- textn.文本,原文;课文,教科书;主题;版本;
- complexadj.复杂的;复合的;
- be able tov.能,会;能够;克;
- performv.执行;起…作用;演出;表现(好 / 不好);
- 相关例句
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命令可以很复杂并应用于广泛的情景中。
互联网摘选
You can use the awk command to quickly total the sales for each month.
您可以使用awk命令来快速获得每个月的销售总额。
互联网摘选
For example, did you know you can do network programming with awk?
例如,您以前可能根本不知道可以使用awk进行网络编程。
互联网摘选
