178. Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ? September 13, 2025 by Admin A. cut sales empl.lst B. /sales > empl.lst C. grep sales empl.lst D. cat | /sales > empl.lst ✅ The correct answer is option C.