Last active
August 20, 2016 09:56
-
-
Save shigemk2/f35e2d0780cd43ab261387c344dbebed to your computer and use it in GitHub Desktop.
PDF English Word Counter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdftotext "$1" - | tr " " "\n" | sort | uniq -ic | sort -gr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment