Re: print from gnome-terminal
- From: Ben FrantzDale <bfrantzdale hmc edu>
- To: Javier López Guevara <info fjcorona com mx>
- Cc: gnome-list gnome org
- Subject: Re: print from gnome-terminal
- Date: Fri Apr 25 03:32:01 2003
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]