Any ideas on how I can get:
textutil -convert html file.doc -stdout | pandoc -f html -t markdown -o file.md
so that I can execute the command on a folder and all it's subfolders and so that the markdown file is placed in the same folder as the original?