Skip to content

Instantly share code, notes, and snippets.

@joshua-chavanne
Last active January 13, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshua-chavanne/82b784cecf4a02156037319ccdedcde4 to your computer and use it in GitHub Desktop.
Save joshua-chavanne/82b784cecf4a02156037319ccdedcde4 to your computer and use it in GitHub Desktop.
Pandoc a Directory of Docxs
# Single output files
for f in *.docx ; do pandoc ${f} -f docx -t html -s -o ${f}.html ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment