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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP