Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • This is really neat. On Ubuntu I needed to install groff and use gunzip. Commented Oct 4, 2014 at 13:09
  • Yes you are right, if man pages are compressed to *.gz then gunzip -c or zcat (or even gzcat) are the right tools. Commented Oct 4, 2014 at 13:22
  • man2html also performs this kind of conversion and can be used as a CGI script, so you can set up a local web server serving manual pages. It is available in Debian, Ubuntu and Fedora. Commented Oct 4, 2014 at 18:20