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 special shell variable $* is used

None of these
to list the positional parameters
to name the command being executed
to exit status of ast command executed.
to process number of the current shell

ANSWER DOWNLOAD EXAMIANS APP