Computer Science Fundamentals Operating Systems Subjective
Mar 13, 2013

Is it possible to count number char, line in a file; if so, How?

Detailed Explanation

Yes, wc-stands for word count.
wc -c for counting number of characters in a file.
wc -l for counting lines in a file.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback