bash
This is an old revision of the document!
batch a command
first create a txt file with all the arguments
cat list.txt | while read line; do "ebook-convert" "$line" "$line.pdf" ; done
bash.1680433998.txt.gz · Last modified: 2023/04/02 11:13 by glebelg