English, asked by shreeshmab484, 3 months ago

Q.10 Which character redirects the output of one command to another in Linux?​

Answers

Answered by vibhutichauhan04
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