mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-01-10 09:16:23 +00:00
259 B
259 B
tags | |||
---|---|---|---|
|
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.