Google News
logo
Unix - Quiz(MCQ)
Which command is used to display all the lines with the string 'sales' from the file empl.lst?
A)
/sales > empl.lst
B)
cut sales empl.lst
C)
grep sales empl.lst
D)
cat | /sales > empl.lst

Correct Answer :   grep sales empl.lst

Advertisement