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.

Reply via email to