MCQOPTIONS
Saved Bookmarks
| 1. |
Which command sends the word count of the file infile to the newfile. |
| A. | wc infile >newfile |
| B. | wc <infile >newfile |
| C. | wc infile - newfile |
| D. | wc infile | newfile |
| Answer» B. wc <infile >newfile | |