mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
214 B
Executable File
214 B
Executable File
Convert documents
find . -name "*.odt" | xargs -I % pandoc % -o %.md
You can add the -p
flag to xargs
to confirm before executing, useful for testing if what your are doing is actually correct.