Linux wc command: count characters, words, lines of a file
The wc command in unix/linux is used to print the number of characters, words, bytes and newlines of files or standard input.
Syntax
Read more »
Syntax
wc [OPTION] [FILE]
Read more »
Comments
Post a Comment