>>>> 20060327 07:34 +0000, Linda L. Hull >>>>
Is there a way to set up Lynx to incorporate the Address information
into documents printed to disk? (And then printed out, too.)
<<<<<<<<
I was non-compos-mentis when I offered the shell-script.
This is more like it:

{
        [ -n "$LYNX_PRINT_LASTMOD" ] && echo Date: "$LYNX_PRINT_LASTMOD"
        echo URL: "$LYNX_PRINT_URL
"
        cat "$1"
} > "$2"

or

exec > "$2"
[ -n "$LYNX_PRINT_LASTMOD" ] && echo Date: "$LYNX_PRINT_LASTMOD"
echo URL: "$LYNX_PRINT_URL
"
cat "$1"



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

Reply via email to