Quote:
Originally Posted by j.p.s
Code:
which ebook-convert
/usr/bin/ebook-convert
file /usr/bin/ebook-convert
/usr/bin/ebook-convert: symbolic link to /opt/calibre/ebook-convert
file /opt/calibre/ebook-convert
/opt/calibre/ebook-convert: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=81105c7c15aff43e782096d4e1e0d9c9176c0933, stripped
|
Yes, ~~the command line tool is in C++~~, but I think that calls the python code to do the actual work. See
https://github.com/kovidgoyal/calibr...oks/conversion
Edit: actually, the tool seems to be in python too (see cli.py above), ig the executable is some kind of wrapper.