Examveda
Examveda

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

A. True

B. False

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix