Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?

Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?

A. cut sales empl.lst
B. /sales > empl.lst
C. grep sales empl.lst
D. cat | /sales > empl.lst