On Mon, Mar 13, 2000 at 01:56:13AM -0800, Kayvan A. Sylvan wrote:
> On Mon, Mar 13, 2000 at 01:47:06AM -0800, Gerald Gutierrez wrote:
> 1) Generate a postscript file (foo.ps)
> 
> 2) Use the psutils package and do:
> 
> i=0
> while [ $i -lt 999 ]                <=== replace 999 with the number of pages
  
> do
>       psselect -p$i foo.ps | lpr
        i=`expr $i + 1`               <=== I forgot this line!
> done

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to