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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abhay saxena
Pr :- It convert the Text file into the printing.
nl : number line of the file....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dhruv mandal
tail as it display ten current line
tail -f
option with this
tail -f -n 100
| Is This Answer Correct ? | 1 Yes | 3 No |
Why bash is used in linux?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is the command to see the installed rpm's in the linux system.
What is $$ in shell script?
What make install does?
How do I change shell in linux?
How can we increase disk read performance in single command?
Which are the linux directory commands?
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?
what is first RHEL 5.x version support ext4 filesystem?
How do I start ms dos?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?