Q:

The following command will match ‘Agarwal’, ‘agarwal’ and ‘agrawal’

0

The following command will match ‘Agarwal’, ‘agarwal’ and ‘agrawal’.
$ grep “[aA]g[ar][ar]wal” 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 symbol is used for matching... >>
<< Character class is used for matching a group of ch...