countword

whale: count words in a file


Install
npm install countword@1.0.5

Documentation

wordcount

🐳 count words in a file

install:

npm i -g countword

use:

echo "Very nice ad-hoc counting." > temp.txt
wordcount temp.txt
5

options:

  • --all 🐳 count lines, chars
  • --parallel 🐳 use all CPUs
  • --frequencies 🐳 sort by most recent words