[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: lynx-dev post usage
From: |
Thomas Dickey |
Subject: |
Re: Re[2]: lynx-dev post usage |
Date: |
Tue, 4 Jun 2002 12:30:01 -0400 |
User-agent: |
Mutt/1.2.5i |
On Tue, Jun 04, 2002 at 10:01:47AM -0600, address@hidden wrote:
> In a recent note, Thomas Dickey said:
>
> > Date: Tue, 4 Jun 2002 11:41:49 -0400
> >
> > lynx -post_data some_url <<EOF
> > `cat yourfilename`
> > --
> > EOF
> >
> Is the "--" a required terminator? Otherwise:
if there's more data, it's required.
> lynx -post_data some_url <yourfilename
>
> ... seems more intuitive.
yes, that's true. I started to add
cat yourfilename | lynx -post_data some_url
but thought it might confuse him
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden