Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Last active August 20, 2016 09:56
Embed
What would you like to do?
PDF English Word Counter
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