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 cp command uses:

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

ANSWER DOWNLOAD EXAMIANS APP