Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpldola!hp-lsd!jimr From: jimr@hp-lsd.COS.HP.COM (Jim Rogers) Newsgroups: comp.unix.questions Subject: Re: Korn Shell Aliases Message-ID: <7370005@hp-lsd.COS.HP.COM> Date: 14 Dec 89 16:09:01 GMT References: <1989Dec12.182809.5507@mccc.uucp> Organization: HP Logic Systems Division - ColoSpgs, CO Lines: 7 You cannot pass positional parameters to a KSH alias. What you want is a KSH function. If you export the function then it can be made available to sub-shells. Jim Rogers