Skip to content

Micro-KB

Converting .epub to .mobi

August 6, 2016 by Andy Ferguson

This assumes the source file is DRM free, and that the machine already has calibre installed.

for book in *.epub; do echo "Converting $book"; ebook-convert "$book" "$(basename "$book" .epub).mobi"; done
Categories Debian, Linux, Mac OS X, Ubuntu
Merging PDF files
Building the Debian Administrator’s Handbook
© 2025 Micro-KB • Built with GeneratePress