Skip to content

Instantly share code, notes, and snippets.

@samrobbins85
Created April 11, 2020 16:01
Show Gist options
  • Save samrobbins85/8fa6d6fafd5407e85646761a1cb98c95 to your computer and use it in GitHub Desktop.
Save samrobbins85/8fa6d6fafd5407e85646761a1cb98c95 to your computer and use it in GitHub Desktop.
Word count, not including last page (for references)
pdftotext -l $(pdfinfo "File.pdf" | grep Pages | awk '{print $2-1}') "File.pdf" -| wc -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment