In tee command, if the standard input was successfully copied to all output files, it returns ______. Select one:
a. >0
b. <0
c. 0
Answers
Answered by
2
a. >0 it is the correct answer
Answered by
3
The tee command splits the output of a program into standard stream exit values so that those can be saved in a file and displayed.
It reads standard input commands and gives standard output streams.
In tee command, if the standard input was successfully copied to all output files, it would return a value of 0 out of a.>0, b.<0 and c.0 .
Similar questions