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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

standard input file
standard output file
both input and output file
neither standard input nor standard output file

ANSWER DOWNLOAD EXAMIANS APP

Unix
The [line number G] key allows you

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

ANSWER DOWNLOAD EXAMIANS APP