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?

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The [line number G] key allows you

to move cursor down by one line
to move cursor right by one position
to move cursor left by one position
to move cursor to the beginning of the line specified by the number
None of these

ANSWER DOWNLOAD EXAMIANS APP