Re: Error message 'prinf: missing format character'
From: Donn Miller (dmmiller_at_cvzoom.net)
Date: 02/18/04
- Next message: Maurice Lanselle: "Kernel Customisation Questions and Mysteries"
- Previous message: Joe: "How to set up groups?"
- In reply to: Michael Green: "Error message 'prinf: missing format character'"
- Next in thread: Ludek Frybort: "Re: Error message 'prinf: missing format character'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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! =-----
- Next message: Maurice Lanselle: "Kernel Customisation Questions and Mysteries"
- Previous message: Joe: "How to set up groups?"
- In reply to: Michael Green: "Error message 'prinf: missing format character'"
- Next in thread: Ludek Frybort: "Re: Error message 'prinf: missing format character'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|