Counts the lines from a file
wc -l file
Counts the words from a file
wc -w file
Counts the chars from a file
wc -m file
Counts the lines from a file
wc -l file
Counts the words from a file
wc -w file
Counts the chars from a file
wc -m file