What is the translation of " SED " in Chinese?

sed
一个sed

Examples of using Sed in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
After all, you have become a sed guru by now.
毕竟,你现在也成为一个sed大师了嘛。
However, in a sed script, the same command applies to all lines.
然而,在一个sed脚本,相同的命令适用于所有行。
We will plod along using a few tools we have at hand-namely, sed and Perl- and our own ingenuity.
我们要用手头仅有的几个工具辛勤地工作--也就是sed和Perl,还有我们自己的智慧。
Erythrocyte sedimentation rate(sed rate) to check for inflammation.
红细胞沉降率(SED率):用于检查发炎程度。
One can simply create a list of edits in a sed script and then run it on all the files.
可以简单地在SED脚本中创建编辑列表,然后在所有文件上运行该编辑列表。
Erythrocyte sedimentation rate(sed rate or ESR)- to detect inflammation in the body;
血沉(SED率或ESR)-以检测身体炎症;
Think of running millions of inputs through sed or a bash loop, how much faster will it be in Go?
想想通过sed或bash循环运行数百万个输入,如果使用Go语言会有多快??
If a sed script can be used again, you should rename the script and save it.
如果一个sed脚本可以被再次使用,你应该重命名该脚本并保存它。
The motto of the school is"Non sibi sed omnibus" meaning"Not for one's self but for all".
学校的座右铭是“Nonsibisedomnibus”意思是“不是为了一个人,而是为了所有人”。
Sed has a few rudimentary programming constructs that can be used to build more complicated scripts.
SED有一些基本的编程结构,可以用来构建更复杂的脚本。
This appears to be supported in UNIX versions of sed, but this feature is not clearly documented in the manpage.
这似乎是支持UNIX版本的对话,但在从这个特性没有明确记载。
Sed can also be used effectively to edit very large files that would be slow to edit interactively.
SED还可以有效地用于编辑非常大的文件,这些文件将很慢地交互编辑。
Unless you are redirecting the output of sed to another program, you will want to capture the output in a file.
除非你将sed的输出重定向到另一个程序,你会希望捕获输出到一个文件中。
Sed was created as a special-purpose editor that was meant to execute scripts exclusively; unlike ed, it cannot be used interactively.
Sed是作为特殊目的的编辑器而创建,专门执行脚本,与ed不同,不能交互使用。
The focus of this book is on writing scripts for sed and awk that quickly solve an assortment of problems for the user.
这本书的重点是在编写脚本sed和awk迅速为用户解决各种各样的问题。
Because sed is always working with the latest version of the original line, any edit that is made changes the line for subsequent commands.
因为SED总是使用最新版本的原始行,所做的任何编辑都会更改后续命令的行。
At that time new administrators will start examining the logs with the classical tools cat,tail, sed, awk, perl, and grep.
在这时,新管理员将通过一些传统工具对日志进行检查,如cat、tail、sed、awk、perl以及grep。
Initially, using sed and awk will seem like the long way to accomplish a task.
最初,使用SED和AWK似乎是完成任务的很长的路。
Due to variations in the structure of the data in the system-release file between distributions, this sed expression may be different on your system.
由于不同发行版之间system-release文件结构的差异,在你的系统中这个sed表达式可能有些不同。
The syntax of a sed command can be detailed, and it's easy to make a mistake or omit a required element.
SED命令的语法可以详细说明,很容易犯错误或省略必要的元素。
Article 34.17 shows a practical application of the scrivener's work, a sed program that searches for a particular phrase that might be split across two lines.
第34.18节展示了代书员的实际应用情况,一个SED程序,搜索一个可能在两条线上分裂的特定短语。
It also can be used incombination with other tools such as grep or sed to perform operations on those files.
它还可以与其他工具结合使用,例如grep或sed对这些文件执行操作。
For each input line, after running the script sed ordinarily outputs the pattern space(the line as modified by the script) and begins the cycle again with the next line.
对于每个输入行,在运行脚本之后,sed通常输出模式空间(由脚本修改的行),然后从下一行再次开始循环。
Lines of a sed script are each a pattern-action pair, indicating what pattern to match and which action to perform, which can be recast as a conditional statement.
Sed脚本的每一行都是模式-动作对,指示着要匹配的模式和要执行的操作,可以将其重新组合为条件语句。
In this example, sed will delete the first line of/etc/password and print the rest of the file.
在这个例子中,sed将删除第一行/etc/password,并打印文件的其余部分。
Later on, we will look at a sed script that converts troff macros into stylesheet tags for use in Ventura Publisher.
后来,我们将看一个sed脚本,该脚本将troff宏转换为用于VenturaPublisher的样式表标记。
New users typically think that sed applies an individual editing command to all lines of input before applying the next editing command.
新用户通常认为sed在应用下一个编辑命令之前向所有输入行应用单个编辑命令。
The Unix stream editor, sed implemented many of the scripting features of qed that were not supported by ed on Unix.
Unix流式编辑器sed实现了未被Unix上的ed所支持的{{tsl|en|QED(texteditor)|qed的很多脚本特征。
For instance, you could use sed to analyze a plain text file and insert troff macros before directing the output to troff for formatting.
例如,可以使用sed分析纯文本文件,并在将输出指向troff进行格式化之前插入troff宏。
Results: 29, Time: 0.0215

Top dictionary queries

English - Chinese