From: Allan Schaffer (allan++at++sgi.com)
Date: 01/19/2001 11:58:08
Actually (re: both comments) pfNotify() prints to stderr by default,
so you'll need to redirect that stream instead of stdout; use the
standard UNIX redirection methods.
If using csh or tcsh,
% perfly ... >& perfly.output
if bourne shell or bash,
$ perfly ... 2> file.out
etc.
Allan
-- Allan Schaffer allan++at++sgi.com Silicon Graphics http://reality.sgi.com/allan
This archive was generated by hypermail 2b29 : Fri Jan 19 2001 - 11:58:11 PST