awk.
美
英 
例句
As I said, many programmers know me for AWK, but the computer science research community is much more familiar with my theoretical work.
我说过,很多人知道我是因为AWK,但在计算机科学这个研究圈子里人们对我在理论方面的工作更熟悉。
Although it is possible to write advanced sorting applications in Perl or Awk, doing so may not always be necessary -- and is often a pain.
尽管可以用Perl或Awk编写高级排序应用程序,但并非总是有此必要,而且这样的工作也常常令人感到头疼。
Awk is one of those languages that, once learned, will become a key part of your strategic coding arsenal.
awk是一种一旦学会就会成为您战略代码库的重要部分的语言。
This, however, produced a surprising behavior; those functions did not work as expected when the executable being run was the awk utility.
不过,这导致了不可思议的行为;当运行的可执行文件为awk实用工具时,这两个函数不能正常工作。
So I initially viewed the creation of AWK as a learning experience and a diversion rather than part of my regular research activities.
所以最初我只是把开发AWK视为一种实践,而不是正儿八经的研究。
He had been using languages like the Unix programs sed, awk, and sh, along with programs written in C, to perform a variety of tasks.
他曾经用像Unix程序sed、awk和sh,以及用C写的程序的语言执行过各种各样的任务。
Some of them allow you to fine-tune how awk functions, while others can be read to glean valuable information about the input.
其中一些变量支持调优awk性能,而且可以读取另一些变量来收集关于输入的重要信息。
As mentioned earlier, this variable allows you to set the character sequence that awk expects to find between fields.
如前所述,这个变量支持设置awk期望在字段中找到的字符序列。
But he had written a powerful CAD development system in AWK because he could do it so quickly and with such facility.
但他用AWK写了一个很强大的CAD开发系统。他说用AWK来开发很快,很灵巧。
The reason he initially came to see me was to report a bug in the AWK compiler.
他最初来见我的原因就是为了报告一个AWK编译器里的bug。
However, AWK was also the man the NATO-led International Security Assistance Force (ISAF) had to turn to for help.
然而,艾哈迈德·瓦里·卡尔扎伊也是北约领导的国际安全支援部队(ISAF)寻求帮助的对象。
It can be applied to much larger problems than languages such as Awk or even Perl can, yet it remains as easy to use as those languages.
它能被应用于处理比Awk或Perl一类的语言能处理的更大问题,同时保持与这些语言一样的易用性。
I mentioned to you earlier that there was a person who wrote a CAD system in AWK.
我之前提到过一个用AWK写了CAD系统的家伙。
As with a number of languages, it was born from the necessity to meet a need.
和大部分语言一样,AWK是应实际需要而生的。
We initially created AWK as a 'throw-away' language, so we didn't do rigorous quality control as part of our initial implementation.
我们最初把AWK定位为一种用过即扔的语言,所以在最初的实现中没有做严格的质量控制。
But very quickly we discovered lots of other people had the need for the routine kind of data processing that AWK was good for.
但很快我们发现,很多人有数据处理的需求,而这正是AWK所擅长的。
You should also be able to write custom AWK programs to perform complex text processing from the UNIX command line.
您还应该能够编写自定义的AWK程序,以使用UNIX命令行执行复杂的文本处理。
AWK has inspired many other languages as you've already mentioned: why do you think this is?
问:您刚才提到AWK影响了很多语言,您认为这是为什么?
So from that perspective AWK has significantly influenced how I teach programming languages and compilers and software development.
所以从这个角度讲,AWK真的对我教程序语言、编译和软件开发都有很深的影响。
Many more people know me for AWK as they've used it personally.
很多人知道我是因为AWK。
Then, use awk to strip out the command name minus options and arguments, and pass the sorted list to uniq to give an enumerated list.
然后,使用awk删除命令名称减号选项和参数,然后将经过排序的列表传递给uniq以得到一个枚举列表。
Awk is geared toward text processing and report generation, yet features many well-designed features that allow for serious programming.
awk适合于文本处理和报表生成,它还有许多精心设计的特性,允许进行多种方式的编程。
In awk, when a print command appears by itself, the full contents of the current line are printed.
在Awk中,当print命令单独出现时,将打印当前行的全部内容。
Awk is commonly used for basic tasks such as breaking up text into fields; Perl excels at text manipulation by design.
awk常用于诸如将一个文本分解成几段之类的基本任务;Perl擅长进行有目的的文本操作。
Normally, awk executes each block of your script's code once for each input line.
通常,awk会针对每个输入行执行一次每个代码块。
So not only was AWK popular when it was introduced but it also stimulated the creation of other popular languages.
所以不光是它刚出现的时候受欢迎,它也影响了很多新生语言。
Previously we spoke to Alfred v. Aho of AWK fame, and in this article we chat to Chet Ramey about his experience maintaining Bash.
先前我们谈到阿尔弗雷德·v·阿霍的AWK的名声,而在这篇文章中,我们与切特·雷米聊天,谈他维护Bash的经验。
Implementation of the standard work cycles into SAP after consulting the central AWK and the BU manager into SAP.
在SAP系统内履行标准工作周期,在与AWK中心和BU经理商量后。
A dictionary in Vimscript is essentially the same as an AWK associative array, a Perl hash, or a Python dictionary.
Vimscript中的字典在本质上和AWK关联数组、Perl哈希表,或者Python字典都是一样。
awk tests every record in the specified file (or files) for a pattern match.
awk测试指定文件中的每个记录是否符合模式匹配。
By default, awk treats each comma-separated value as a different field.
缺省情况下,awk将每个以逗号分隔的值视为不同的字段。
This will also bring the report into columns where awk can then be used to extract details.
这会让报告以列的形式呈现,awk可以从这些列中提取信息。
A typical AWK program would have several pattern-action statements.
AWK程序一般由一组“模式——动作”语句构成。
How has being one of the three creators of AWK impacted your career?
AWK之父的声誉对您的职业生涯有什么影响吗?
We spent a whole year intensely debating what constructs should and shouldn't be in the language.
整整一年,我们都在激烈地讨论哪些特性应该加进AWK,哪些应该丢弃。
By using the NOT operator with awk, you can specify what records should NOT be extracted from the report.
通过在awk语句中使用NOT操作符,可以指定不应该提取哪些记录。
Another program that uses regular expression extensively is awk.
使用正则表达式的另一个程序是awk。
Another nice thing about awk is its full complement of mathematical operators.
Awk的另一个优点是它拥有全面的数学运算符。
Because by default, FS is set to a single space character, which awk interprets to mean "one or more spaces or tabs. "
因为在默认情况下,FS被设为单个空格字符,awk将其解释为“一个或多个空格或制表符”。
Probably some standard Unix shell tools like awk, sed, or tr could be used cleverly to get the precise output desired.
也许可以聪明地使用一些标准的Unixshell工具,如awk、sed或者tr,以准确得到所需要的输出。