Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HPLaserJet script 1

Status
Not open for further replies.

c567591

MIS
Aug 12, 2002
67
US
At the point where it prints is:
0<${file} eval ${FILTER} | lprpp $italics $length $nroff 2>&1;;

What is the order that the above is processed?
Does the 0< apply to the whole line or just the first part?

Just trying to understand this better.
 
Just to the first part I believe. It's telling the eval ${FILTER} to use ${file) for standard input. The standard input for the following command, lprpp, would of course be the output of the preceding command in the pipeline. Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top