Skip to content

Instantly share code, notes, and snippets.

@mambocab
Created October 3, 2013 15:43
Show Gist options
  • Save mambocab/6811986 to your computer and use it in GitHub Desktop.
Save mambocab/6811986 to your computer and use it in GitHub Desktop.
function __pdfsize {
if [ -n "$1" ] ; then
identify -verbose $1 | grep "Print size"
else
echo "no arguments!"
fi
}
alias pdfsize=__pdfsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment