On Mon, 9 Feb 2004, Harland Christofferson wrote:

> i am still wrestling w/ running lynx from a cron job ...
>
>
> i have tried:
>
> stty cols 160 rows 80

stty is likely to be less effective than setting environment variables
$LINES and $COLUMNS

> lynx -cmd_script=myscript http://www.url.com > /dev/stty3 > outfile.txt
>
> but the piped data output from lynx is still truncated as if there
> is a default tty size cron uses. i have not been able to figure this
> out. i cannot use -dump option because i have to use the script to
> navigate an ssl server. based on values piped to outfile.txt, i buld
> more scripts to run in lynx.
>
> also, changing and exporting bash environment variables COLUMNS and
> LINES to values i need is ineffective as well.

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

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to