Skip to content

Instantly share code, notes, and snippets.

@niryuu
Created May 3, 2014 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niryuu/11506412 to your computer and use it in GitHub Desktop.
Save niryuu/11506412 to your computer and use it in GitHub Desktop.
ターミナルでPDFを読む ref: http://qiita.com/niryuu/items/3acc808f3fa007920ecc
#!/bin/sh
pdftotext -nopgbrk -layout $1 -|less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment