将sed输出重定向到tr

syk*_*ker 0 linux sed xargs

如何将sed命令的输出重定向为tr命令的输入?

zs2*_*020 5

使用管道"|"

sed ... | tr -d'...'