BrianRoper - 2016-02-03

In linux you can write and watch the logfile :

$ pdfcrack myfile.pdf > mylogfile.txt &
$ tail -f mylogfile.txt

HTH