Which command will show every line containing the word 'sales' in the file named empl.lst?
Explanation
Option C is correct because the 'grep' command searches for and displays all lines that include the specified string 'sales' within the file empl.lst. The other options do not perform this function.