Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Unix%20Interview%20Questions%20and%20Answers

Question: Is it possible to count number char, line in a file; if so, How?
Answer: Yes, wc-stands for word count.
wc -c for counting number of characters in a file.
wc -l for counting lines in a file.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook