From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Jul 8 11:42:19 2000 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: Re: [SLE] off line print Date: Sat, 08 Jul 2000 13:42:19 +0200 Message-ID: <20000708134219.A6598@one.sttr.de> In-Reply-To: <010401bfe904$db3e56e0$030701ac@sampet.co.id> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4847356065017256063==" --===============4847356065017256063== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, Jul 08 2000 at 17:49 -0000, Ine wrote: > I want to print text to dot-matrix printer, as far as I know, " > lpr " can do it. For example echo "I want to print 1 line only" > | lpr. It will print that text to printer with form feed. I > want to print that text without form feed. echo "foo" |lpr -Praw works for me. To print a form feed, use echo ^L |lpr -Praw (press Ctrl-V, Ctrl-L for the ^L). Ciao, Stefan --=20 To unsubscribe send e-mail to suse-linux-e-unsubscribe(a)suse.com For additional commands send e-mail to suse-linux-e-help(a)suse.com = =20 Also check the FAQ at http://www.suse.com/support/faq =20 --===============4847356065017256063==-- From spajak@rad.net.id Sat Jul 8 17:49:21 2000 From: spajak@rad.net.id To: users@lists.opensuse.org Subject: [SLE] off line print Date: Sat, 08 Jul 2000 17:49:21 +0000 Message-ID: <010401bfe904$db3e56e0$030701ac@sampet.co.id> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8060974461420511705==" --===============8060974461420511705== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I want to print text to dot-matrix printer, as far as I know, " lpr " can do = it. For example echo "I want to print 1 line only" | lpr. It will print that = text to printer with form feed. I want to print that text without form feed. any ideas? thks,