@Lorna If you don’t want to remember “word count” for doing a “line count”, you can do your own alias:
alias lc=’wc -l’
I use lots of alias to speed things up :)

@Joshua nice one line trick!