Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: source command on ksh? Message-ID: <378@auspex.UUCP> Date: 1 Nov 88 19:05:10 GMT References: <17397@adm.BRL.MIL> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 7 >"How do I run a shell script in the context of the current shell?" > >On csh, the source command does exactly what we want to do. > >How do I do it on ksh? The same way you do it with the Bourne shell; the "." command.