Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 1)
1.
What command is used to count the total number of lines, words, and characters contained in a file?
countw
wcount
wc
count p
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 2 of 2.

Amar said:   1 decade ago
[root@station2~]$wc install.log

Manish said:   1 decade ago
[root@station2~]$wc install.log

Idd moshi said:   3 years ago
Wc -l filename.
(1)

Dauntlessrony said:   8 years ago
wc -l, -c, -w.


Post your comments here:

Your comments will be displayed after verification.