Vidyalelo
Computer Science · Q673

Linux

Engineering and GATE · Computer Science · question 673

Q673

What command would send the output of cmd1 to the input of cmd2?

A.
cmd1 | cmd2
Answer
B.
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