Output of the grep command? grep "^[a-zA-Z]" pgm.s

  1. This displays every line in pgm.s whose first character is not a #.

  2. This displays every line in pgm.s whose first character is a letter.

  3. This displays every line in pgm.s whose first character is a Numeric.

  4. None.


Correct Option: B

Find more quizzes: