lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx -post_data


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx -post_data
Date: Fri, 9 Apr 2010 19:07:42 -0400 (EDT)

On Fri, 9 Apr 2010, guido gallo wrote:

i need the syntaxis and details about how to use "-post_data"

That's summarized in the manpage:

       -post_data
              properly formatted data for a post form are  read  in  from  the
              standard input and passed to the form.  Input is terminated by a
              line that starts with '---'.

An example might be scripted like this:

lynx -post_data <<EOF
x
y
z
--
EOF


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]