On Tue, Nov 16, 1999 at 05:53:26PM -0600, Mark A. Zottola wrote:
|
| Thanks.
|
| "Todd A. Jacobs" wrote:
| >
| > On Tue, 16 Nov 1999, Mark A. Zottola wrote:
| > > time ./a.out >>& summary
| > What are you trying to do here? If you want to put it in the background,
| > do:
| > time ./a.o
Well,
a.out is the name of an executable and time is the timing command. I
want to append the output of the time command into the file summary.
I would prefer a direct append instead of writing a script to redirect
time's output for each run of the program into its separate file then
'cat'ting
On Tue, 16 Nov 1999, Mark A. Zottola wrote:
> time ./a.out >>& summary
What are you trying to do here? If you want to put it in the background,
do:
time ./a.out >> summary &
--
Todd A. Jacobs
Network Systems Engineer
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as