For the past few months, I’ve been writing on a Windows notebook, using EditPad Lite (and Consolas, a lovely font). Until now, I didn’t know if there was an equivalent to the wc command. Turns out I can use Get-Content [filename].txt | Measure-Object -Word in PowerShell.