Skip to content

Instantly share code, notes, and snippets.

@ctkjose
Created December 19, 2015 06:59
Show Gist options
  • Save ctkjose/82e5adf77564583f43ca to your computer and use it in GitHub Desktop.
Save ctkjose/82e5adf77564583f43ca to your computer and use it in GitHub Desktop.

Convert files to PDF

for line in $(ls SHCDRROP*); do cupsfilter -o landscape -o media=legal -o PageSize=legal -o fitplot=true $line > ~/COHORT_REPORTS/${line}.pdf 2> /dev/null; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment