Answer Posted / samrat biswal
wc -l <file_name> will display the number of lines present
in that file or the record count
wc -w <file_name> will display the number of words present
in that file
wc -c <file_name> will display the number of character
present in that file
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the behavioural difference between cmp and diff commands?
What is unix command line?
Are you in or at the office?
How do you grep a case insensitive?
How do I find previous commands in unix?
How do I use grep to search for a file?
What is grep short for?
What does grep v do?
What do chmod, chown, chgrp commands do?
What is .sh file?
What do chown command do?
What are awk commands?
What does awk stand for?
Explain ‘system calls’ with respect to unix commands?
Explain mount and unmount command.