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.
- Appending to a file in Bash Mark A. Zottola
- Re: Appending to a file in Bash Todd A. Jacobs
- Re: Appending to a file in Bash Mark A. Zottola
- Re: [RedHat-List] Re: Appending to a file in ... Cameron Simpson