Vidyalelo
Computer Science · Q116

UNIX

Engineering and GATE · Computer Science · question 116

Q116

Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it?

A.
who | tee user.lst
Answer
B.
who > user.lst
C.
who >> user.lst
D.
who < user.lste
E.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board