Created
April 29, 2021 20:52
-
-
Save phargogh/cfac166237435e6db16ea08e850da927 to your computer and use it in GitHub Desktop.
Convert the sed manpage to EPUB
This file contains hidden or 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
mandoc -Tmarkdown /usr/share/man/man1/sed.1 | pandoc -f markdown -t epub --metadata title="Man 1 Sed" > man1sed.epub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment