📜  使用管道输出作为参数 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:32.350000             🧑  作者: Mango

代码示例1
Try to write your pipe command with following structure´s principle:
./Myscript.sh "$(cat text.txt)"
So that your pipe output is generated in an intrinsic $(pipe_output).