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 do you create a blank file in linux?

0 Answers  


What is p command?

0 Answers  


You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?

0 Answers  


What is trusted/untrusted operating system?

8 Answers  


how do u find remote machine operating system and version?

10 Answers   Wipro,






Which command would you use to create a file system on a new hard drive?

0 Answers  


How can you find configuration on linux?

5 Answers  


What does && mean in bash?

0 Answers  


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

0 Answers  


i am prepairing for 2+ yrs exp in oracle/unix production support, which topics should i cover in unix/linux and sql plz help

2 Answers   HCL,


What is parallel ssh?

0 Answers  


What is command example?

0 Answers  


Categories