You can also do regexp highlighting in sed, the stream editor. The sed command.
还可以在sed(流编辑器,stream editor)中进行regexp突出显示。
Secondly, because sed is a stream editor, it can perform edits to data it receives from stdin, such as from a pipeline.
其次,因为sed是一种流编辑器,所以,它可以对从如管道这样的标准输入接收的数据进行编辑。
Luckily, you have the sed command (Stream EDitor), which provides powerful regular expression matching and replacement.
幸运的是,您可以使用sed命令(Stream EDitor),它提供了功能强大的正则表达式匹配和替换。
It's a text editor, but unlike file editors such as Ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
It's a text editor, but unlike file editors such as Ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
应用推荐