| Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
On Fri, 20 Apr 2001, bill h wrote:
> why is is that when i try to print from the shell, the text
> disappears off the page into some mythical paper land. The printer is
> networked. Is this a problem with ghostscript, or a printer filter
> or can i fix this with an option in the spool.
I get this with text files. I convert them to DOS style (newline),
and it works then.
$ perl -pe's/\n/\r\n/' unixfile.txt > unixfile-dossed.txt
I know it's not a proper solution, but it works. :)
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).