This example also illustrates the use of - to signify standard input to cat, so we can concatenate the output of tr and the text2 file.
这一示例也解释了如何使用-表示cat的标准输入,因此我们可以将tr的输出与text2文件连接起来。
In that example we used the output from the cat command to create standard input for the tr command.
在那个例子中我们使用来自cat命令的输出为tr命令创建标准输入。
Since tr is purely a filter, you generate input for it using the cat command.
由于tr是纯粹的过滤器,因此您将使用cat命令为其生成输入。
Since tr is purely a filter, you generate input for it using the cat command.
由于tr是纯粹的过滤器,因此您将使用cat命令为其生成输入。
应用推荐