Skip to content

Instantly share code, notes, and snippets.

@enjoylife
Created February 10, 2014 01:29
Show Gist options
  • Save enjoylife/8908788 to your computer and use it in GitHub Desktop.
Save enjoylife/8908788 to your computer and use it in GitHub Desktop.
java -jar pdfbox-app-1.8.4.jar ExtractText -console ~/Dropbox/Books/technicalAnalysis.pdf | tr -s [:space:] '\n' | grep -v "^\s*$" | sort | uniq -c | sort -bnr |less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment