>The only programs that I'd think worth it are things like /bin/echo; >almost all of its running time is start up. Of course, a lot of shell scripts shouldn't be using "/bin/echo" anyway; they should be using the "echo" built into {sh,csh,ksh,...}.