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
Explain how to use grep command to list find the records of a file containing 10 different strings?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Describe the usage and functionality of the command rm –r * in unix?
What command is used to switching between users in unix?
How do I use grep to find a file?
What happens when we execute a unix command?
What is ‘ps’ command for?
Why is grep called grep?
What does grep v grep do?
What does #!/ Bin sh do?
What is the command to find maximum memory taking process on the server?
How do you grep recursively?
What is the unix command to confirm a remote host is alive or not?
Who command in unix operating system?
Differentiate cat command from more command.