lpr is the command used to print. Typical syntax is:
lpr -P ps3 foo.ps
Where -P ps3 specifies the print queue ps3, and foo.ps is a postscript file you wish to print.