To live in a pipeline, a utility needs to read data from standard input and write data to standard output.
为了生活在管道中,实用程序需要从标准输入读取数据,然后向标准输出写出数据。
2
It is possible, in theory, that you'll find stringing existing programs together is not fast enough, but it's very rare that writing a new utility is faster than waiting for a slightly slow pipeline.