将 fb2 转换为 txt

int*_*_ua 2 bash ebooks

还是有很多设备不能读fb2,能读txt。此外,与未压缩的 fb2 相比,txt 版本可能占用更少的空间。

int*_*_ua 5

虽然 calibre 可以做到,但unoconv如果你有 LibreOffice/OpenOffice ,它需要 >100M 来安装并且安装了大部分组件。

sudo apt-get install unoconv --no-install-recommends
unoconv -f txt *.fb2
Run Code Online (Sandbox Code Playgroud)