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



what is the standard output in a file as well as disply it on the terminal options like A)pr ..

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

what is the standard output in a file as well as disply it on the terminal options like A)pr ..

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

what is the standard output in a file as well as disply it on the terminal options like A)pr ..

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

Post New Answer

More Linux Commands Interview Questions

How can you check the amount of lines in a file?

0 Answers  


in unix how to change old name to new name

7 Answers   Google,


Brief about FTP hostname?

0 Answers  


How many types of commands are there in linux?

0 Answers  


What is the Difference between 'su' and 'su-' ?

5 Answers   Fujitsu, Locuz,






How to check load balance using linux command?

1 Answers   Rakuten,


How do display error messages instantly when command fails?

2 Answers   Satyam,


In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?

1 Answers   HCL,


What is finger command in linux?

0 Answers  


How do I find the linux version?

0 Answers  


In Linux how you set time a limit on quota?

1 Answers   Mind Tree,


How do I navigate in cmd?

0 Answers  


Categories