Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Created January 27, 2016 12:38
Show Gist options
  • Save rraallvv/97317b5ca19636adc7aa to your computer and use it in GitHub Desktop.
Save rraallvv/97317b5ca19636adc7aa to your computer and use it in GitHub Desktop.
Decompress/compress EPUB e-books
# Decompress files from EPUB e-book
unzip epubfilename.epub
# Compress back to EBUB e-ebook
zip -X newepubname.epub mimetype
zip -rg newepubname.epub META-INF -x \*.DS_Store
zip -rg newepubname.epub OEBPS -x \*.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment