Skip to content

Instantly share code, notes, and snippets.

@pankajmore
Created September 13, 2013 06:57
Show Gist options
  • Save pankajmore/6547459 to your computer and use it in GitHub Desktop.
Save pankajmore/6547459 to your computer and use it in GitHub Desktop.
# Kindle format
ls *.pdf | xargs -P 8 -n 1 briss -s
# 2 -page per sheet for printout
ls *.pdf | xargs -P 8 -n 1 pdfnup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment