Re: how to parse output of an external program execution?



On 16 Jul 1999 15:01:26 -0400, Jamin Philip Gray <jgray@writeme.com>
wrote:

>Is there a away to execute an external program and parse it's output using the
>gnome-libs?  

This is a little vague.

You can run an external program and retrieve its output using the popen()
function in the standard C library. 'man popen' for info.

Any parsing should be pretty much independant of running the external
program - you'd need to say what data you want to parse in order for us to
tell you whether the parser is in GNOME or not :)

-- Elliot



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]