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