Created
March 23, 2017 15:00
-
-
Save kymair/ce30789bf5031b589e0fda39e01ce045 to your computer and use it in GitHub Desktop.
Pandoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in *.html;do pandoc $file -f html -t plain -o ${file%.*}.md; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment