Which command sends the word count of the file infile to the newfile_______________?
A. wc infile >newfile
B. wc newfile
C. wc infile – newfile
D. wc infile | newfile
Which command sends the word count of the file infile to the newfile_______________? Read More »
Basic of linux unix