]> code.communitydata.science - opensym2017_postmortem.git/blob - extract_pdf_page_lengths.sh
final set of changes before uploading to website
[opensym2017_postmortem.git] / extract_pdf_page_lengths.sh
1 #!/bin/bash
2
3 find $@ -print0 |xargs -0 -n1 pdfinfo|grep Pages|awk '{print $2}' > opensym2017-pdf_page_lengths.list

Community Data Science Collective || Want to submit a patch?