Which command is most useful when you want not only to send some data down a pipe, but also to save a copy?

Options
- pipe
- awk
- split
- tee


CORRECT ANSWER : tee

Discussion Board
Explanation-

tee is normally used to split the output of a program hence, it can be both displayed and saved in a file.
It is primarily used in conjunction with pipes and filters.

Sapna 03-7-2017 04:20 AM

qution

said answer

nitin patil. 03-15-2014 01:33 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement