unix command to check number of lines/words/letters in a file

1.       Wc(Word count) : How to check number of lines/words/letters in a file?

      $ wc filename
Output: 6 (lines) 12 (words) 123 (letters) 

0 commentS: