Skip to Content.
Sympa Menu

baslinux - Re: [BL] man2html script

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] man2html script
  • Date: Fri, 5 Dec 2003 11:29:24 +1300

keesan2 AT cyberspace.org wrote:
>
>> >-------------------------------------------------------------
>> >#!/bin/bash
>> >zcat `find /usr/man/man* -name $1.*` | man2html | lynx -stdin
>> >-------------------------------------------------------------
>
> what is between the single quotes is not bein

Those aren't single quotes. They are back-quotes
(on the same key as the ~ on my keyboard).

The safest way to copy a script is to open an xterm and
enter something like: edit /tmp/xxx
Then use the mouse to block the script from the message
and middle-button it into the xterm.

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page