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

cat | /sales > empl.lst
cut sales empl.lst
grep sales empl.lst
None of these
/sales > empl.lst

ANSWER DOWNLOAD EXAMIANS APP