Skip to content

Instantly share code, notes, and snippets.

@er4z0r
Created February 4, 2015 16:24
Show Gist options
  • Save er4z0r/07e6f5b41de55647593c to your computer and use it in GitHub Desktop.
Save er4z0r/07e6f5b41de55647593c to your computer and use it in GitHub Desktop.
Sum of PDF-Pages on OS X
find . -name '*.pdf' -exec mdls {} \; | grep kMDItemNumberOfPages | awk -F'=' '{sum+=$2}END{print sum}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment