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
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