Skip to Content.
Sympa Menu

baslinux - Re: [BL] man2html script

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: James Miller <jamtat AT mailsnare.net>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] man2html script
  • Date: Wed, 3 Dec 2003 18:37:12 -0600 (CST)

On Thu, 4 Dec 2003 3aoo-cvfd AT dea.spamcon.org wrote:

> This works for me:
> ---------------------------------------------------------------
> #!/bin/bash
> zcat `find /usr/man/man* -name $1.*` | man2html > /tmp/xxx.html
> links-0.93 /tmp/xxx.html
> ---------------------------------------------------------------
>
Using just the line
-------------------------------------------------------------
zcat `find /usr/man/man* -name $1.*` | man2html > /tmp/xxx.html
--------------------------------------------------------------
(not calling Links to look at the file that is supposed to get created) I
get the message "zcat: compressed data not read from a terminal. Use -f to
force decompression. For help, type: zcat -h".

James




Archive powered by MHonArc 2.6.24.

Top of Page