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 those files together into one large summary file.

Again, if this is an rtfm - please point me to where in the manual this
is covered.

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.out >> summary &
> 
> --
> Todd A. Jacobs
> Network Systems Engineer
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 
Mark A. Zottola                 Alabama Research and Education Network
119 Rust Research Center        Nichols Research Corporation
1801 University Boulevard       VOICE: (205) 934 - 3893
Birmingham AL 35294             E-MAIL: [EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to