On 7/30/08, Kurt H Maier <[EMAIL PROTECTED]> wrote:
> static const char *barcmd[] = { "/path/to/script > /path/to/pipe", NULL };
SHCMD("/path/to/script > /path/to/pipe") macro should be used there
(so the '>' is interpreted by the shell)
On 7/30/08, Kurt H Maier <[EMAIL PROTECTED]> wrote:
> static const char *barcmd[] = { "/path/to/script > /path/to/pipe", NULL };
SHCMD("/path/to/script > /path/to/pipe") macro should be used there
(so the '>' is interpreted by the shell)