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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP