On Sun, Jan 28, 2001 at 02:56:44PM -0700, Jeff Shipman wrote:

> 2) Use 'tail -f filename' and it will constantly
>    update whenever something is added.

if you forked 'tail -f filename', you could monitor any new output with
something like:

outiomontag=gdk_input_add(stdout_pipe[0],GDK_INPUT_READ,
                            (GdkInputFunction)dispout,NULL);

check out the gtk tuts and gdk docs.

hth,
mark.

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to