redirecting standard i/o from an exec'ed programme

Guy Harris guy at auspex.auspex.com
Thu Aug 23 04:22:23 AEST 1990


>Popen is expensive.  It requires a shell for 'system' and then
>another shell to run your request in.

It doesn't use "system()" on any UNIX implementation I've used (V7, BSD,
S3, S5, etc.).  It just runs *one* shell, which runs your command. 



More information about the Comp.unix.questions mailing list