Re: bulk printing html files
- From: Jakob Lenfers <ubuntu.mailinglisten@xxxxxxx>
- Date: Tue, 01 May 2007 08:20:09 +0200
Hubertus Hiden <hubertus@xxxxxxxxx> writes:
I have a bunch of about 200 html files. Every file prints to exactly one
page. Could anyone please be so kind and give me a hint on how I could
accomplish printing them from the commandline ? Or any other method that
doesn't require opening 200 files and clicking print ?
If you're sure they are fitting on one page, you could try something
like this:
for i in *.html ; do elinks -dump $i |lp ; done
Jakob
--
Lenfi is blogging: Lenfis bLog: <http://blog.jl42.de> (mostly german)
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Prev by Date: [no subject]
- Next by Date: Re: Google Earth for Linux
- Previous by thread: Re: bulk printing html files
- Next by thread: Re: Make Gmail better
- Index(es):
Relevant Pages
|