summaryrefslogtreecommitdiff
path: root/tech/script pandoc convert html to markdown.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-12-22 11:50:57 -0500
committerluxagraf <sng@luxagraf.net>2019-12-22 11:50:57 -0500
commita2128d89bc501071ef1abc83e011f0aa02eca54e (patch)
tree1f569e148b630f4073cf236dd62940038b18a763 /tech/script pandoc convert html to markdown.txt
parent0d1cba91e435b1d613735d4537a64673e5c2731d (diff)
brought notes up-to-date
Diffstat (limited to 'tech/script pandoc convert html to markdown.txt')
-rwxr-xr-xtech/script pandoc convert html to markdown.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tech/script pandoc convert html to markdown.txt b/tech/script pandoc convert html to markdown.txt
new file mode 100755
index 0000000..eb091b0
--- /dev/null
+++ b/tech/script pandoc convert html to markdown.txt
@@ -0,0 +1,3 @@
+script- Pandoc convert HTML to Markdown
+
+find . -name \*.html -type f -exec pandoc -f html -t markdown -o {}.txt {} \; \ No newline at end of file