Q673
What command would send the output of cmd1 to the input of cmd2?
A.
cmd1 | cmd2
AnswerB.
cmd1 || cmd2
C.
cmd1 && cmd2
D.
cmd1 ; cmd2
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board