wc

Count lines, words, and bytes in files

Usage

      wc FILE
    

Prints line, word, and byte count for FILE

Common Flags

-l, --lines Print line count-w, --words Print word count-c, --bytes Print byte count

Examples

Show line count

      wc -l passwords.txt
    

Prints the line count for passwords.txt