Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: downloadable html user guide?
- X-seq: zsh-users 4894
- From: Roman Neuhauser <neuhauser@xxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: downloadable html user guide?
- Date: Mon, 29 Apr 2002 13:57:25 +0200
- In-reply-to: <19905.1020075697@xxxxxxx>
- Mail-followup-to: Zsh users list <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020429102040.GA325@xxxxxxxxxxxxxx> <19905.1020075697@xxxxxxx>
> To: zsh-users@xxxxxxxxxx (Zsh users list)
> Subject: Re: downloadable html user guide?
> Date: Mon, 29 Apr 2002 11:21:37 +0100
> From: Peter Stephenson <pws@xxxxxxx>
>
> Roman Neuhauser wrote:
> > Hm. I have a standalone machine I wanted to have the uguide
> > available on. I thought I'd build it on this (connected) box, and
> > take it home.
>
> The following should do for now.
>
> for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do
> lynx -source $f >${f:t}
> done
>
> (`w3m -dump_source' is an alternative to `lynx -source'.)
I would've used wget if I didn't consider this abusive. :)
Anyway, thanks for the uguide, html download notwithstanding,
it's really helpful.
--
FreeBSD 4.4-STABLE
1:54PM up 4:20, 6 users, load averages: 0.00, 0.03, 0.00
Messages sorted by:
Reverse Date,
Date,
Thread,
Author