<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<p style="margin-bottom: 0cm; margin-top: 0pt;">Michael Shiloh wrote:<br>
</p>
<blockquote cite="mid:49BECDA9.4070209@gmail.com" type="cite">I'm
editing a file, or viewing a web page, or whatever.
  <br>
  <br>
I'm interested in printing only a small portion of it.
  <br>
  <br>
I'd like to be able to essentially "print selection".
  <br>
  <br>
Of course this would require that each program (gvim, firefox,
thunderbird, terminal, whatever) provide such an option.
  <br>
  <br>
Alternately, I can copy to my clipboard, and then through some clever
utility (I assume there are clipboard utilities?) print from clipboard.
This would work with any source, regardless of whether the program
supports printing selection or not.
  <br>
  <br>
But when I searched I could not find the answer.
  <br>
  <br>
Anyone know? Does such a think exist?
  <br>
</blockquote>
<br>
$ xclip -o | lpr<br>
<br>
but it works only with text... :-)<br>
<br>
Gilad<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Gilad Ben-Yossef 
Chief Coffee Drinker

Codefidence Ltd.
The code is free, your time isn't.(TM)

Web:    <a class="moz-txt-link-freetext" href="http://codefidence.com">http://codefidence.com</a>
Email:  <a class="moz-txt-link-abbreviated" href="mailto:gilad@codefidence.com">gilad@codefidence.com</a>
Office: +972-8-9316883 ext. 201
Fax:    +972-8-9316885
Mobile: +972-52-8260388

        The Doctor: Don't worry, Reinette, just a nightmare. 
        Everyone has nightmares. Even monsters from under the 
        bed have nightmares, don't you, monster?
        Reinette: What do monsters have nightmares about?
        The Doctor: Me! 
</pre>
</body>
</html>