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 command to view process running?
What is the command to find maximum memory taking process on the server?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is ‘ps’ command for?
What is the unix command to confirm a remote host is alive or not?
Describe the usage and functionality of the command rm –r * in unix?
Can you explain a little bit about command substitution?
How does pipe () work?
What is sed awk grep?
What is the significance of the 'tee' command?
What does pipe () return?
Using unix command how to display no of records in oracle?
Write a command that will display files in the current directory, in a colored, long format.
how to sort the content of the file based on numeric values
What command is used to switching between users in unix?