Which command will show every line containing the word 'sales' in the file named empl.lst?

Choose the correct answer

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.

Which command will show every line containing the wo… — Basic of linux unix | PakQuizHub