bulk/batch printing using CUPS

uttam hoode uttamhoode at gmail.com
Fri Dec 8 02:42:33 PST 2006


Dear Jerome,
  Thank you very much for the solution. Tried your solution and it is working fine.
Regards,
uttam hoode
{india}

> On Fri, Dec 08, 2006 at 04:31:21AM -0500, uttam hoode wrote:
> > hi all,
> >   i have a folder with around 1000 postscript file. is it possible to
> > print all the postscript file in one shot using command line?
>
> What about :
>
>   $ cd /path/to/your/folder
>   $ lp *.ps
>
> or if lp doesn't accept as many arguments :
>
>   $ cat *.ps | lp
>
> or one file at a time :
>
>   $ for fname in *.ps ; do
>       lp $fname ;
>     done
>
> hth
>
> Jerome Alet
>





More information about the cups mailing list