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


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to