Vidyalelo
Computer Science · Q870

UNIX

Engineering and GATE · Computer Science · question 870

Q870

Which one of the following command will be used for searching "director" in emp.lst?

A.
grep "director"
B.
grep -v "director" emp.lst
C.
grep -director emp.lst
D.
grep "director" emp.lst
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board