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? Correct Answer grep sales empl.lst
Which command is used to display all the lines with the string 'sales' from the file empl.lst? Correct Answer grep sales empl.lst