Pastebin

Paste #343:

< previous paste - next paste>

Pasted by tdn

Download View as text

#!/bin/bash
for i in *l.pdf; do
        echo -n "$i "
        pdfinfo "$i" |grep Pages
done

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.