Re: bulk printing html files



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



Relevant Pages

  • Re: bulk printing html files
    ... Could anyone please be so kind and give me a hint on how I could ... accomplish printing them from the commandline? ... manipulation tools) is to print just one page) ...
    (Ubuntu)
  • Re: managing processes via temporal ssh account
    ... Wolfgang writes: ... I second the hint to change the escape character. ... Lenfi is blogging: Lenfis bLog: ...
    (Ubuntu)