If you want to count the number of lines in a file, what command would you use?
count -l file.txt
lines file.txt
wc -l file.txt
cat file.txt | count