Problem:
Devise a way with a UNIX command you've learned to count the number of these that are found in the file. Think about the commands you learned which allow you to search a file, then how to redirect output from one command to another.
Question- What command could be used to count the number of lines in an input?
Any ideas? Or better yet, pointers to places where this has already been answered?