Q. Which command will be used to match the pattern agarwal, Aggarwal, Agggarwal and agrawal in the file named empl.1st?
β
Correct Answer: (A)
grep “[aA]99*[ar][ra]wal” empl.1st
You must be Logged in to update hint/solution