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
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
How do you save a file in linux?
What is devops linux?
What is the difference between command ‘ping’ and ‘ping6’?
What is command grouping and how does it work?
How do I check cores in linux?
How do I check terminal history?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is the command to see on which port which service is running?
Which command is used to uncompress gzip files?
What is top command in linux?
What is ps command in linux?
How do you sort cpu in top command?
What is the difference between locating and locate command?
How do I run a .sh file in linux?