Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 19)
19.
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?
who | tee user.lst
who > user.lst
who >> user.lst
who < user.lste
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.