Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 19)
19.
Which of the following command can you execute to count the number of lines in a file?
lc
wc - l
cl
count
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Aditya kumar said:   1 decade ago
wc is used for word count which will result all the details like number of words line numbers and -l specifies that we only want the line count.

Ajay kumar mishra said:   1 decade ago
How it is possible?

Post your comments here:

Your comments will be displayed after verification.