Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpl-opus!steinbac From: steinbac@hpl-opus.HP.COM (Gunter Steinbach) Newsgroups: comp.unix.questions Subject: Re: ksh alias question Message-ID: <63720024@hpl-opus.HP.COM> Date: 15 Oct 90 17:28:54 GMT References: <27948@boulder.Colorado.EDU> Organization: HP Labs, High Speed Electronics Dept., Palo Alto, CA Lines: 5 In ksh, you need to declare a "function" if you want to pass parameters. "Alias"es don't allow them. The manual tells you how. Then "\!*" becomes simply "$*". Guenter Steinbach gunter_steinbach@hplabs.hp.com