Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 1995 04:32:11 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        wollman@halloran-eldar.lcs.mit.edu, wosch@cs.tu-berlin.de
Cc:        FreeBSD-bugs@FreeBSD.org
Subject:   Re: bin/683: cron(8)
Message-ID:  <199508141832.EAA24876@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Question for you:

>	Why the h*** do you care that cron runs a shell?  What does
>	the shell do that is so horrid that you want to break cron?

$ time sh -c "/bin/echo '/bin/sh is fat and slow'"
/bin/sh is fat and slow
       0.59 real       0.23 user       0.30 sys
$ time /bin/echo '/bin/sh is fat and slow'
/bin/sh is fat and slow
       0.22 real       0.11 user       0.07 sys

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508141832.EAA24876>