First page Back Continue Last page Overview

 

wc

 
  • "word count" - also counts lines and characters

    • $ wc story.txt
    • 39 237 1901 story.txt
  • Use -l for only line count

  • Use -w for only word count

  • Use -c for only character count