Answers for "use pipe output as argument"

0

use pipe output as argument

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).
Posted by: Guest on October-22-2020

Code answers related to "use pipe output as argument"

Browse Popular Code Answers by Language