View Single Post
Old 09-14-2014, 04:01 PM   #40
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,813
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Doesn't even the most rabid command line hater have to admit that copy and pasting:

Code:
unzip file_name.epub
sed -ie 's; <a id="page_[0-9]*"/> ;;g' *.html
zip -u file_name.epub *.html
is the simplest and easiest way, provided unzip, zip, and sed are installed? (The unzipped files would then need to be deleted, but that should not be a problem.)
j.p.s is offline   Reply With Quote