What is the translation of " AWK " in Chinese?

一个awk
a WK

Examples of using Awk in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The GNU awk programming language.
GNUAWK编程语言.
As mentioned in the preface, this book describes POSIX awk;
正如序言中提到的,这本书描述了POSIXAWK;.
Awk- a pattern scanning and processing language".
AWK是一种“样式扫描和处理语言”。
Both of these examples illustrate that awk is usually input-driven.
这两个例子都说明AWK通常是输入驱动的。
To write an awk script, you must become familiar with the rules of the game.
一个awk脚本,你必须熟悉游戏规则。
Remember that we already walked through how touse next statement in Part 6 of this Awk series.
请记住,我们已经个awk系列的第6部分介绍过如何使用awk的next语句。
It might be useful if your awk's printf does unbiased rounding.
如果你的AWK的PrtTF没有偏的舍入,这可能是有用的。
Awk is one of those languages that, once learned, will become a key part of your strategic coding arsenal.
Awk是一种一旦学会就会成为您战略代码库的重要部分的语言。
Initially, using sed and awk will seem like the long way to accomplish a task.
最初,使用SED和AWK似乎是完成任务的很长的路。
Awk allows you to use the structure of a text file in writing the procedures for putting things in and taking things out.
Awk的结构允许您使用一个文本文件以书面形式把东西的过程,再把洞里的东西拿出来。
If you would like, you can create an awk program that will output data totally unrelated to the input data.
如果您愿意,可以创建一个awk程序,让它输出与输入数据完全无关的数据。
The awk program(name from the initials of its authors- Aho, Weinberger and Kernighan) is a tool originally for formatting reports.
Awk程序(来自其作者姓名的名字-Aho,Weinberger和Kernighan)最初是用于格式化报告的工具。
We set FS(the field separator) to"\t+", which tells awk that the fields will be separated by one or more tabs.
我们将FS(字段分隔符)设置成"\t+",它会告诉awk字段由一个或多个tab分隔。
Because awk is essentially designed as a string-processing language, a lot of its power derives from these functions.
因为AWK本质上被设计为字符串处理语言,它的许多力量来自于这些功能。
However, there are many programming situations where youmay need to execute initialization code before awk begins processing the text from the input file.
但是,在许多编程情形下,可能需要在awk开始处理输入文件的文本之前执行初始化代码。
When you run awk, you specify an awk program that tells awk what to do.
当你运行awk的时候,你指定一个awk程序来通知awk该如何做。
When awk encounters the first assignment, myarray is created and the element myarray[1] is set to"jim".
Awk遇到第一个赋值语句时,它将创建myarray,并将元素myarray[1]设置成"jim"。
The idea was to hand this data to an awk script that would automatically add up all the amounts and tell me my balance.
其思路是将这个数据交给awk脚本,该脚本会自动合计所有金额,并告诉我余额。
When awk processes the print $1 command, it will print out the first field that appears on each line in the input file.
Awk处理print$1命令时,它会打印出在输入文件中每一行中出现的第一个字段。
Next, we add piping to execute the awk command, which displays the 9th column from the filtered output from the grep command.
接下来,我们添加管道来执行awk命令,该命令显示grep命令的过滤输出中的第9列。
Once awk knows how the input is formatted, it can do all the parsing work for us, and the rest of the script is simple.
一旦awk知道是如何格式化输入的,它就可以为我们执行所有分析工作,脚本的其余部分很简单。
When you run awk, you specify an awk program that tells awk what to do.
当你运行gawk的时候,你指定一个awk程序来通知awk该如何做。
Although awk was designed as a programmable editor, users found that awk scripts could do a wide range of other tasks as well.
尽管awk被设计成一个可编程编辑器,用户发现,awk脚本能做各种各样的其他任务。
When you invoke the awk program, it reads the script that you supply, checking the syntax of your instructions.
当调用AWK程序时,它读取你提供的脚本,检查指令的语法。
The condition is an Awk expression and actions are lines of Awk commands executed when the condition is true.
这个条件是一个awk表达式而动作是当条件为真时被执行的awk命令。
By creating a variable, AWK, to hold the name of the awk program you make it easier for other users of your makefile.
通过创建一个变量AWK,为了保存awk程序的名称,您可以让其他用户更容易使用。
Redirections in awk are written just like redirections in shell commands, except that they are written inside the awk program.
Awk中的重定向与shell命令中的重定向一样,只是它们写在awk程序中。
Results: 27, Time: 0.0397

Top dictionary queries

English - Chinese