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 16:04:22 -0500

> [BL] man2html script
>> >-------------------------------------------------------------
>> >#!/bin/bash
>> >zcat `find /usr/man/man* -name $1.*` | man2html | lynx -stdin
>> >-------------------------------------------------------------

Using the bash (Jan 2003) that came with blinux and zcat that points to
/bin/gzip (1.2.4 Aug 1993), what is between the single quotes is not bein

Is there a true zcat that accepts a function in single quotes?
In the mean time I'll install slackware 7.1 gzip (Jul 1999) and try it
again. Expect a follow up msg if that fixes the problem.

Thank's, jimd
.




Archive powered by MHonArc 2.6.24.

Top of Page