Q:

The following command will match the lines beginning with ‘2’

0

The following command will match the lines beginning with ‘2’.
$ grep “^2” emp.lst


  1. True
  2. False

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).True

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

UNIX - FILTERS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following symbols are a set of ERE (e... >>
<< Which of the following symbols are used for matchi...