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 |
difference between Tcp and udp
Does linux cp command overwrite?
What is difference between comm and CMP command?
Which command would you use if you want to remove the password assigned to a group?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is free linux?
What does pwd mean in linux?
I want to built a fire wall using iptables. My condition is " inbound to 192.168.0.2 with a port of 80 from 172.168.0.1 should accept"
What is SFC command?
How to schedule cron backup to run on 4th saturday of month??
what is command like " #(cd unixos; pwd) " tell me OUTPUT
What is nbtstat command?