Command used to display output of the program.
A) Print
B) Let
C) Input
Answers
Answered by
2
Answer:
The tee command, used with a pipe, reads standard input, then writes the output of a program to standard output and simultaneously copies it into the specified file or files. Use the tee command to view your output immediately and at the same time, store it for future use.
Similar questions