Skip to Content.
Sympa Menu

baslinux - [BL] man2html script

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: keesan2 AT cyberspace.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] man2html script
  • Date: Thu, 4 Dec 2003 10:34:35 -0500

>-------------------------------------------------------------
>#!/bin/bash
>zcat `find /usr/man/man* -name $1.*` | man2html | lynx -stdin
>-------------------------------------------------------------
>
>Cheers,
>Steven

I installed some packages that put man pages into
/usr/local/man/man* and /usr/X11R6/man/man*

Should I modify the above to read /usr/*/man/man* ?

Sindi




Archive powered by MHonArc 2.6.24.

Top of Page