Computer Science, asked by mrdewkate8005, 11 months ago

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 anithaganesan12
2

Answer:

0

Explanation:

Answered by AadilPradhan
2

Answer:

It returns 0 if the standard input was successfully copied to all the output files.

Explanation:

Tee command split the output of a program and simultaneously performs two tasks i.e. first it displays the output on the screen and second saves the output in a file.

A value greater than 0 is displayed in case of an error.

Similar questions