View Single Post
Old 06-08-2020, 04:21 PM   #1834
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,814
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Code:
#!/bin/bash
for f in *.epub do
  echo "$f"  >> epubcheck.txt
  echo "$f"  >> epubcheck.err
  java -jar epubcheck.jar "$f" >> epubcheck.txt 2>> epubcheck.err
done

Last edited by j.p.s; 06-08-2020 at 04:33 PM.
j.p.s is offline   Reply With Quote