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 |
Main configuration file and command used for NFS enabling exported directories and deamons?
How can you find configuration on linux?
how do u extract files from iso cd images in linux?
You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.
8 Answers Bhel, Indian Navy, Tata Steel Limited,
How do I stress test my cpu?
How is grep so fast?
What are linux commands?
Find command can search for files by
How many linux commands are there?
When u comment the ctrl+alt+del trap in the /etc/inittab save the file. Tell the command to save the changes without rebooting the machine?
What is difference between egrep and grep?
How do I run bash on windows?