1 2 3
script- Pandoc convert HTML to Markdown find . -name \*.html -type f -exec pandoc -f html -t markdown -o {}.txt {} \;