Examveda
Examveda

The following command will match 'Agarwal', 'agarwal' and 'agrawal'.
$ grep "[aA]g[ar][ar]wal" emp.lst

A. True

B. False

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix