Skip to content

Instantly share code, notes, and snippets.

@Kuo-TingKai
Created July 27, 2022 08:48
Show Gist options
  • Save Kuo-TingKai/d5706bc4a5e4b622ca6341c9d31d1585 to your computer and use it in GitHub Desktop.
Save Kuo-TingKai/d5706bc4a5e4b622ca6341c9d31d1585 to your computer and use it in GitHub Desktop.
man file to html formatt
while getopts n: flag
do
case "${flag}" in
n) name=${OPTARG}$;;
esac
done
man $name | groff -mandoc -Thtml > ${name}.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment