Unix
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 > user.lst
None of these
who | tee user.lst
who < user.lste
who >> user.lst

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

to exit status of ast command executed.
None of these
to list the positional parameters
to process number of the current shell
to name the command being executed

ANSWER DOWNLOAD EXAMIANS APP