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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The [line number G] key allows you

to move cursor to the beginning of the line specified by the number
to move cursor down by one line
None of these
to move cursor right by one position
to move cursor left by one position

ANSWER DOWNLOAD EXAMIANS APP