by "Bourne shell" do you mean bash?

what is the system(3) implementation?
when you test the "bourne shell" system() vs the ksh93 system()
how do you tell system() to exclusively use one shell over the other?

what is the output of
        ldd "bourne shell"
vs
        ldd ksh93

-- Glenn Fowler -- AT&T Research, Florham Park NJ --

On Wed, 30 Jan 2008 00:48:30 +0100 Roland Mainz wrote:
> Bart Smaalders wrote:
> > William James wrote:
> > Except that for very small programs, ksh93 is much slower than
> > the Bourne shell - about a factor of 4.2, according to libmicro
> > tests of system("A=$$");


Reply via email to