Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の bash スクリプトでは、STDin から (連続して) 2 つの回答を求めるコマンドを呼び出しています。両方への回答をパイプで送るにはどうすればよいですか?
以下に示すように、ヒアドキュメントを使用します。
$ myscript.sh << EOF answer1 answer2 EOF
入力を 2 行に分けるだけです。例えば、
cat file.txt | your_command
どこfile.txtで
file.txt
input1 input2