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
How do I use nslookup?
What is a command and examples?
What happens when we execute a unix command?
How does shebang work?
Who command in unix operating system?
How many unix commands are there?
What's a command word?
What is awk used for?
What does the metacharacter mean?
Who invented grep?
What is time_t?
How do I open a port?
Explain ‘library functions’ with respect to unix commands?
How can we use grep command in unix?
Which command should you use to find the remaining disk space in unix server?