lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] Re: Print to disk, WITH Address?


From: hsv
Subject: [Lynx-dev] Re: Print to disk, WITH Address?
Date: Fri, 31 Mar 2006 07:40:50 -0500

>>>> 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"





reply via email to

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