On Tue, 18 Apr 2006 02:34:27 +0200 Martin Schaffstall wrote:

> On 3/27/06, April Chin <April.Chin at eng.sun.com> wrote:
> If I understand the issue correctly there are no separate versions of
> the ksh93 built in commands - they are just compiled into the shell
> and executed as if they were in the specified directory (/bin being
> the default if no other value has been specified) once this component
> of $PATH is being searched.

in the full ast distribution the ksh libcmd builtins also exist as
standalone commands, also linked against libcmd with a featherweight

        int main(int argc, char** argv) { return b_foo(argc, argv); }

for each libcmd command foo


Reply via email to