Memoir
GitHubGitHub
  • Intro
    • Convert Documents
    • Delete Empty Directories
    • Diff
    • Format Drive
    • Rename
    • Clean
    • Clear History
    • Remove from Remote
    • Remove Merged Branch
    • Remove Secrets
    • Reset Files
    • Revert Commit
      • Composite Actions
      • GitHub Pages
      • Latex
      • Publish Docker Images
      • Docker Registry
      • Imgproxy
      • Outline
      • Vpn Transmission
  • LaTeX
    • Acronyms
    • Bibliography
    • Code
    • Footnotes
    • Images
    • Links
    • Lists
    • Tables
    • Tu Dresden
    • Tailwind Theme
    • Windows
Question? An error? Give feedback →Edit this page
CLIConvert Documents

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.

IntroDelete Empty Directories

MIT 2025 © Nextra.