Skip to content

Instantly share code, notes, and snippets.

@JeffCarpenter
Created November 24, 2021 01:33
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 JeffCarpenter/ef29a2a08190033e75f0baebaf9e1da7 to your computer and use it in GitHub Desktop.
Save JeffCarpenter/ef29a2a08190033e75f0baebaf9e1da7 to your computer and use it in GitHub Desktop.
#!/bin/sh
# dependencies:
# - antiword & pandoc: installable with the package manager in any major distro
# - html2csv: `pip install html-to-csv`
antiword -x db "$1" | pandoc --from=docbook --to=html | html2csv -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment