[comp.unix] Korn shell alias question

bi38@sdcc12.ucsd.EDU (Macbeth Ylr) (03/30/89)

I currently have csh aliases of the form 

alias laser 'ptroff -macc -t \!* | lpr'

to send roff'ed output to a laser printer by typing 

laser filename

Does anyone know how to achieve an equivalent alias under ksh?

Thanks