Re: Shell output

2005-08-23 Thread Scott Taylor
Jay Savage said: > On 8/23/05, Scott Taylor <[EMAIL PROTECTED]> wrote: >> >> Hello all, >> >> I have a CGI script that I need to display the output of a shell >> program, >> basically a simple C program that parses some text. >> >> The output is right to the browser, and I don't want it to be crea

Re: Shell output

2005-08-23 Thread Scott Taylor
Wiggins d'Anconia said: > Scott Taylor wrote: >> Hello all, >> >> I have a CGI script that I need to display the output of a shell >> program, >> basically a simple C program that parses some text. >> >> The output is right to the browser, and I don't want it to be creating >> any >> new files or

Re: Shell output

2005-08-23 Thread Jay Savage
On 8/23/05, Scott Taylor <[EMAIL PROTECTED]> wrote: > > Hello all, > > I have a CGI script that I need to display the output of a shell program, > basically a simple C program that parses some text. > > The output is right to the browser, and I don't want it to be creating any > new files or any

Re: Shell output

2005-08-23 Thread Wiggins d'Anconia
Scott Taylor wrote: > Hello all, > > I have a CGI script that I need to display the output of a shell program, > basically a simple C program that parses some text. > > The output is right to the browser, and I don't want it to be creating any > new files or anything. I have a data field that ha