Count lines, words, and bytes in files
wc FILE
Prints line, word, and byte count for FILE
-l, --lines Print line count-w, --words Print word count-c, --bytes Print byte countShow line count
wc -l passwords.txt
Prints the line count for passwords.txt