Unix
Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?

more [emp][!0-9]
cat emp[a-z]
cat emp[x-z]
cat emp[!0-9]

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP