Advertisement
rucinski69

zip epub

Jul 23rd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #remove watermark procedure
  2. unzip file.epub
  3. find . -type f -exec sed -i.bak "s/FIND/REPLACE/g" {} \;
  4. # REMOVE ALL ENTRIES (*.bak files)
  5.  zip -0Xq  ebook.epub mimetype
  6.  zip -Xr9Dq ebook.epub *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement