Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: downloadable html user guide?



> 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