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 is command to check ports running/used over local machine
What command do you type to find help about the command who?
What does chmod 755 do?
How do I check my cpu cores?
Is llvm a compiler?
How do you sort cpu in top command?
How can you copy lines into the buffer in command mode?
What file type is a makefile?
What is make command in linux?
What is grep command in linux with examples?
What is bash history linux?
What is the difference between clang and llvm?
What is in mkdir command?
Describe the mknod command and when you’d use it.
What are the mv command options?