[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"
- [Lynx-dev] Print to disk, WITH Address?, Linda L. Hull, 2006/03/28
- Re: [Lynx-dev] Print to disk, WITH Address?, Rado S, 2006/03/29
- Re: [Lynx-dev] Print to disk, WITH Address?, hsv, 2006/03/29
- [Lynx-dev] Re: Print to disk, WITH Address?, Morten Bo Johansen, 2006/03/30
- [Lynx-dev] Re: Print to disk, WITH Address?,
hsv <=