Multiple Choice
Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?
A) cat emp[!0-9]
B) more [emp][!0-9]
C) cat emp[x-z]
D) cat emp[a-z]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: On executing a statement set -3+1<br>A)$1 would
Q3: Which of the following keys is used
Q4: The break statement is used to exit
Q5: The statement z='expr 5/2' would store in
Q6: Which command is used to remove the
Q7: Which of the following is allowed in
Q8: Which command is used to extract a
Q9: Which of the following special shell variables
Q10: Which option will be used with ps
Q11: The expression expr -2 % 7 evaluates