>"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.