Now lets say you want the number of words in a file, you can pipe a cat output through the wc command
The wc (word Count) command returns the number of lines, words and characters when used without arguments
Pipe
wc output
Where could I go to find out what the -l argument means?