Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most PAGER Method

Code Block
themeConfluence
# apt install most  # Debian/Ubuntu
# yum install most  # RHEL / CentOS, Fedora
# dnf install most # Recent RHEL, CentOS, Fedora


Code Block
themeConfluence
$ export PAGER=/usr/bin/most
$ man cp

...

man2html Tool Method

Code Block
themeConfluence
$ gunzip -c $MANPATH/man1/cp.1.gz  | man2html - | lynx -stdin

...