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 use of the command 'ls -x chapter[1-5]' ?
What is the first character of the output in ls l command?
How can we use grep command in unix?
What does pipe () return?
Name the general commands in using unix os for a beginner?
What is grep command in unix with examples?
Why is it called a shebang?
Is command prompt unix?
What does touch command do in unix?
What does #!/ Bin sh do?
What do chown command do?
Who command in unix operating system?
Describe the zip/unzip command using gzip.
What do chmod, chown, chgrp commands do?
What is ctrl d?