Computer Programming MCQs Basic of linux unix
Q Which command is used to concatenate all files beginning with the string ’emp’ and followed by a non-numeric characters ?
  • A A. Cat emp[!0-9]
  • B B. More [emp][!0-9]
  • C C. Cat emp[x-z]
  • D D. Cat emp[a-z]
Leave a Comment