Q.10 Which character redirects the output of one command to another in Linux?
Answers
Answered by
0
Answer:
The pipe character redirects the standard output from one command to the standard input of another command. The first command writes the output to standard output and the second command reads standard output from the previous command as standard input.
Similar questions