-
-
Save omarzina/cab5a9cc2c68e0c22fea36e7881a33b5 to your computer and use it in GitHub Desktop.
Recursively find and convert .epub to .mobi using calibres ebook-convert (in parallel)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.epub" -exec sh -c 'ebook-convert "{}" "$(dirname "{}")/$(basename -s .epub "{}").mobi" &' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment