Q. 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? (Solved)
1. who | tee user.lst
2. who > user.lst
3. who >> user.lst
4. who < user.lste
- a. who | tee user.lst
1. who | tee user.lst
2. who > user.lst
3. who >> user.lst
4. who < user.lste