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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

who the owner of the file is
how large the file is and when the file was last modified.
the name of the group owner of the file
All of these
None of these

ANSWER DOWNLOAD EXAMIANS APP