In Linux we have the "wc" command which allows us to count the number of characters, words and lines in a file.
But do we have a similar cmdlet in PowerShell. The Measure-Object cmdlet I tried could only count the number of lines but not the characters and words.