0 我有一个产生一些数据的命令...... $./thing some random data 我希望能够执行 $./thing | somecoolcommand 得到 1 some 2 random 3 data 可以这样做吗? command-line — 乔 source