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 basic commands in command prompt?
Explain any one service which are working on udp only?
What is the command can be run to remove all the rules in an iptable table?
How do I clear bash history in linux?
What are different command to check ram, process and hdd of linux machine?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What does df command do in linux?
Which command would you use to create a file system on a new hard drive?
What does pwd mean in linux?
How do you open a command prompt when issuing a command?
Which command is used to see the online manual?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
How do you create a file in linux?
What is env command in linux?
What is the pwd command?