mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
switch to nextra
This commit is contained in:
7
pages/cli/convert-documents.md
Executable file
7
pages/cli/convert-documents.md
Executable file
@@ -0,0 +1,7 @@
|
||||
# Convert documents
|
||||
|
||||
```bash
|
||||
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.
|
Reference in New Issue
Block a user