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 unix command line?
What is the use of find command in unix?
How do I find previous commands in unix?
How does shebang work?
What is the function of grep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command can you use to find the currently running process in unix server?
What is awk used for?
What is unix command?
What is pipe command in unix?
What difference between cmp and diff commands?
How does pipe () work?
How do you grep a case insensitive?
What is grep in bash?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?