what is the standard output in a file as well as disply it
on the terminal
options like
A)pr B) tail C) tee D)nl
Answer Posted / narendrasairam
I think, framing the question should be like
"What is the command used to write to the standard output
as well as to a file simultaneously ?
Answer) tee
It is a command that deals with pipes in unix. It
redirects the output of a command to an other command and
at the same time it redirects to a file also.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the examples of simple command?
What is p in mkdir?
What is simple command?
How do I stress test my cpu?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is top command in linux?
How many linux commands are there?
How do I run a bash script in linux?
What is env command in linux?
What is cmake in linux?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is devops model?
What are bash scripts used for?
What is clang tidy?
What does comm do and how to use it?