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.

Anupam Thakur said:   8 years ago
The full form of WC is word count.

Anupam Thakur said:   8 years ago
The wc (word count) command in Unix/Linux operating systems is used to find out number of newline count, word count, byte and characters count in a files specified by the file arguments.
(1)

Adarsh said:   6 years ago
wc is the right ans for this question becase wc <file name > uses for cout lines, no of word and total char.

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


Post your comments here:

Your comments will be displayed after verification.