The command to display the number of lines in a file and also save the count in a file is:
a: wc l >> xyz
b: wc l xyz
c: wc l xyz outfile
d: wc l | xyz
e: wc l xyz | tee outfile
e: wc l xyz | tee outfile
Computer Science & Information Technology
You might also like to view...
Construct a transformer object with initialization
What will be an ideal response?
Computer Science & Information Technology
Which of the following is NOT true about slide transitions?
A. You can choose to have the next slide automatically appear after a designated number of seconds. B. You can choose a sound effect that plays as the transition occurs. C. A slide show must have at least five slides in order to assign a transition. D. You can format the transition so the current slide fades to black before the next slide is displayed.
Computer Science & Information Technology