Re: Are there any tools which can convert linux shell script files

Mike A. Harris (mharris@ican.net)
Wed, 19 May 1999 19:51:05 -0400 (EDT)


On Tue, 18 May 1999, hechengdong wrote:

Highly unlikely. Shell scripts can execute entirely arbitrary
programs in addition to builtins, etc..

The usefulness of such a utility would not likely be much due to
various problems one would encounter. The bottlenecks of
scripts, are mainly between commands, loading full executables
such as grep, ls, awk, sed, etc...

Only a minor speed improvement would likely be there, and likely
unnoticeable. Perhaps even slower...

If a script needs to be faster, it should be reimplemented in a
compiled language such as C.

TTYL

--
Mike A. Harris                   Linux advocate      GNU advocate
Computer Consultant                          Open Source advocate  

Tea, Earl Grey, Hot...

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/