Re: print from gnome-terminal



On Wed, 2003-04-23 at 11:56, Javier López Guevara wrote:
>     I have installed redhat 9.0 in my PC. 
>     I have to print several informacion from the gnome-terminal
> display.
>     Could you tell me how I can send the actual display information to
> my printer ?

If it's not a file, but rather the output of some program, you can pipe
that output to lpr like this:

ls | lpr

which will print the output of "ls" on the printer.

Alternately, if the program is interactive you could copy the text to
the clipboard, save it as a file, and print that.

--Ben




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]