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

difference between patches and packages? and how to upgrade patches

2 Answers   HP, Yahoo,


Explain about the command elm?

0 Answers  


What is the fastest way to enter a series of commands from the command-line?

0 Answers  


How do I clear my run history?

0 Answers  


Explain about chmod options filename?

0 Answers  






What command can you use to review boot messages?

3 Answers   TCS,


What is make command in linux?

0 Answers  


How to add Crete a new ftp user? or How to add a exiting user into FTP ?

1 Answers   Mind Tree,


What is the symbol of linux?

0 Answers  


How to schedule cron backup to run on 4th saturday of month??

11 Answers   HCL,


List all the files beginning with A

10 Answers  


What is finger in networking?

0 Answers  


Categories