Q. Which command sends the word count of the file infile to the newfile. (Solved)
1. wc infile >newfile
2. wc <infile >newfile
3. wc infile - newfile
4. wc infile | newfile
- a. wc infile >newfile
1. wc infile >newfile
2. wc <infile >newfile
3. wc infile - newfile
4. wc infile | newfile