On 4/30/07, <b class="gmail_sendername">Hubertus Hiden</b> <<a href="mailto:hubertus@hiden.org">hubertus@hiden.org</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a bunch of about 200 html files. Every file prints to exactly one<br>page. Could anyone please be so kind and give me a hint on how I could<br>accomplish printing them from the commandline ? Or any other method that
<br>doesn't require opening 200 files and clicking print ?<br><br>Many thanks,<br>Hubertus<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>If I understand you correctly, you are trying to print the actual source html file. Why not open a shell and use lp (or lpr):
<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">
$ lp /path/to/your/files/*.html<br></span></div><br>This will send each file to your default printer as a single job.<br>
<br>
-- <br>
Mitch<br>