on Sun, Mar 31, 2002, Karsten M. Self (kmself@ix.netcom.com) wrote:
> on Sat, Mar 30, 2002, stan ([EMAIL PROTECTED]) wrote:
> > I want to be able to use cron to fetch & print certain web pages on a
> > scheduled bassis.
>
> $ apt-get install html2ps
> $ html2ps | lpr
...though I should m
on Sat, Mar 30, 2002, stan ([EMAIL PROTECTED]) wrote:
> I want to be able to use cron to fetch & print certain web pages on a
> scheduled bassis.
$ apt-get install html2ps
$ html2ps | lpr
--
Karsten M. Selfhttp://kmself.home.netcom.com/
What Part of "Gestalt" don't you unde
On Sat, Mar 30, 2002 at 07:36:28AM -0500, stan wrote:
Hi,
> I want to be able to use cron to fetch & print certain web pages on a
> scheduled bassis.
>
> Looks like wget is the way to fetch them, but what can I use to print the
> result from a script?
Two ways that look promising to me:
Idea 1:
On Sat, 2002-03-30 at 20:36, stan wrote:
> I want to be able to use cron to fetch & print certain web pages on a
> scheduled bassis.
>
> Looks like wget is the way to fetch them, but what can I use to print the
> result from a script?
a2ps will turn anything into postscript. It can delegate file
On Sat, Mar 30, 2002 at 07:36:28AM -0500, stan wrote:
> I want to be able to use cron to fetch & print certain web pages on a
> scheduled bassis.
>
> Looks like wget is the way to fetch them, but what can I use to print the
> result from a script?
w3m -F -dump www.slashdot.org | lpr
or
lynx -dum
I want to be able to use cron to fetch & print certain web pages on a
scheduled bassis.
Looks like wget is the way to fetch them, but what can I use to print the
result from a script?
--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
6 matches
Mail list logo