- 速记技巧
词源词根法
拟声词,大家自己的常识把这个单词的发音和意思之间建立一种联系就可以很快速的记住单词意思。
- 双语例句 更多例句
Normally, awk executes each block of your script's code once for each input line.
通常,awk会针对每个输入行执行一次每个代码块。
互联网摘选
You can use the awk command to quickly total the sales for each month.
您可以使用awk命令来快速获得每个月的销售总额。
互联网摘选
awk命令包括一个模式和由一条或多条语句构成的操作,语法如下所示
互联网摘选
The tool comes with a postprocessing script that requires a UNIX shell and awk capabilities.
该工具随后处理程序脚本一起提供,该脚本需要UNIX shell和awk功能。
互联网摘选
如前所述,这个变量支持设置awk期望在字段中找到的字符序列。
互联网摘选
For example, did you know you can do network programming with awk?
例如,您以前可能根本不知道可以使用awk进行网络编程。
互联网摘选
Perl's regular expression heritage comes from shell scripting and the awk/ grep tools.
Perl的正则表达式是从shell脚本程序以及awk/grep工具中继承而来的。
互联网摘选
This tutorial provides a hands-on introduction to the AWK text-processing language.
本教程为AWK文本处理语言提供了实践性的介绍。
互联网摘选
awk适合于文本处理和报表生成,它还有许多精心设计的特性,允许进行多种方式的编程。
互联网摘选
By default, awk treats each comma-separated value as a different field.
缺省情况下,awk将每个以逗号分隔的值视为不同的字段。
互联网摘选
In this tutorial, you use GAWK to learn the various methods of running AWK programs.
在本教程中,您将使用GAWK,以了解各种运行AWK程序的方法。
互联网摘选
给出了匀加速荷电黑洞的 Hawking 效应和事件视界及相应温度.
互联网摘选
This will also bring the report into columns where awk can then be used to extract details.
这会让报告以列的形式呈现,awk可以从这些列中提取信息。
互联网摘选
The awk command can be complex and used in a wide variety of situations.
awk命令可以很复杂并应用于广泛的情景中。
互联网摘选
Awk tests every record in the specified file ( or files) for a pattern match.
awk测试指定文件中的每个记录是否符合模式匹配。
互联网摘选
In awk, when a print command appears by itself, the full contents of the current line are printed.
在Awk中,当print命令单独出现时,将打印当前行的全部内容。
互联网摘选
We obtain the event horizon and the Hawking spectrumformula.
得到了黑洞的局部事件视界位置和Hawking温度 以及Klein—Gordon粒子的Hawking辐射谱.
互联网摘选
You also see how programs are structured and learn AWK's record and field paradigm.
您还将了解如何组织程序,并学习AWK的记录和字段范例。
互联网摘选
您还应该能够编写自定义的AWK程序,以使用UNIX命令行执行复杂的文本处理。
互联网摘选
Take that line and use awk to print the second field, which is the total memory in the node.
获取那一行并使用awk输出第二个字段,它是节点中的总内存。
互联网摘选
Awk executes this block after all lines in the input file have been processed.
在输入文件的所有行处理完毕之后,awk执行这个代码块。
互联网摘选
I find it more manageable to have separate awk statements for each condition I want met.
我发现,对于希望满足的每个条件,使用单独的awk语句更便于管理。
互联网摘选
通过在awk语句中使用NOT操作符,可以指定不应该提取哪些记录。
互联网摘选
To ignore all records that contain the string'xnpd', one could use the following awk statement
要忽略包含字符串'xnpd'的所有记录,可以使用以下awk语句
互联网摘选
- 今日热词
- 热门搜索
- anaconda n.水蟒(产于南美洲),似水蟒的大蟒;
- count on me 依靠我(歌名);
- COOGI 酷极;库吉
- communicate v.沟通;传递;传染;相通;
- native adj.出生地的;本地的;本国/地语的;土著的;原产地的;天赋的;n.出生于某国/地的人;本国/地人;土著;本地动植物;
- ambition n.抱负;渴望得到的东西;追求的目标;夙愿;野心;雄心;志向;抱负;
- refusal n.拒绝;优先取舍权;
- packet n.小包;信息包;邮船;大笔款项;vt.包装,打包;用邮船运送;
- fog n.雾;烟雾;迷惑;割后再生的草;vt.以雾包围;使模糊;使迷惑;
- wonderful adj.精彩的;令人高兴的;令人惊奇的;
- chad abbr.code to handle angular data 处理角度数据代码;call handling device 呼叫处理设备;cold hemagglutinin disease 冷血凝集素疾病;Combined Health Agency Drive 综合卫生机构;n.(在卡片等上打孔时打出的)孔屑;
- refresh v.(使)恢复精力;给(蓄电池)充电;提醒,提示;〈计〉刷新;吃点心,喝饮料;(使)振作精神;使感到凉爽;使记起;补充给养,贮入补给品;再斟满;使变得新鲜;使得到补充;(添加燃料)使(火)旺烧;更新技能、知识;(用油漆等)将……装饰一新;使(脱水蔬菜等)吸水返鲜;〈烹〉(焯过的蔬菜)浸入冷水保鲜,把(食物)放在冷水里冰镇或保鲜n.〈计〉刷新(网页)

