Re: ANother debugging Q

From: Nuno Silva
Date: Tue Jan 13 2004 - 20:01:51 EST




Gene Heskett wrote:
Unforch, that seems to shut down the opening of the error advisory window. It just sits there showing a blank (data wise) screen. And extensive scrolling back thru about 5 megs of the output doesn't disclose a missing file that I can see. How would I go about redirecting that output to grep, it seems to bypass an

"strace -f ksysguard|grep open"


Do "man strace" again :-)

Then see the -o option or the -e option.

(Or "man bash" and read about output redirection 2>&1 )

Regards,
Nuno Silva

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/