Unix
Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory?

tar programs/wb misc/wbx
copy a:programs/wb b:misc/wbx
copy programs/wb misc/wbx
cp programs/wb misc/wbx

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP