Unix
Which command sends the word count of the file infile to the newfile.

wc newfile
wc infile - newfile
wc infile >newfile
wc infile | newfile

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
None of these
to move cursor left by one position
to move cursor down by one line
to move cursor right by one position

ANSWER DOWNLOAD EXAMIANS APP