![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simultaneous searching for files (names matching certain criteria) in several directo | Hopeful | AIX | 0 | 02-13-2008 11:31 AM |
| Problems with simultaneous access to a server | Hector_Saura | UNIX for Dummies Questions & Answers | 5 | 03-30-2007 05:57 AM |
| simultaneous network start | harjar | UNIX for Dummies Questions & Answers | 5 | 02-28-2007 02:00 PM |
| running simultaneous awks | ctcuser | Shell Programming and Scripting | 3 | 12-09-2004 06:30 AM |
| Printing Problems in unix ... ( Bar-cdoe - Ip Printing) | QuickSilver | UNIX for Advanced & Expert Users | 3 | 06-04-2002 07:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Simultaneous printing
I am running AIX 4.3 and network printing setup with HP Jetdirect. I would like to be able to send the same printout to both of the network printers at the same time. They are both PCL
data stream. I have tried to make this work by linking the two print que, by the results are unpredictable. Is there a way to do this? Thanks! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can try sending the output (print) to a file rather than a printer, then you can use 2 lp commands to print to the printers then remove the file afterwards
output > /tmp/test_print lp -d<printer1> /tmp/test_print lp -d<printer2> /tmp/test_print rm /tmp/test_print Tell me if this helps. Mark |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|