Re: Error message 'prinf: missing format character'

From: Donn Miller (dmmiller_at_cvzoom.net)
Date: 02/18/04


Date: Wed, 18 Feb 2004 09:41:04 -0500

Michael Green wrote:
> I am using the hpif interface file found in the 'printing' section of
> handbook:
>
> printf "\033&k2G" && cat && printf "\033&l0H" exit 0
> exit 2

Should this be:

printf "\033&k2G" && cat && printf "\033&l0H" && exit 0 || exit 2

You've got printf "\033&l0H" exit 0. That's incorrect.

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----



Relevant Pages