|
| From: | Akim Demaille |
| Subject: | Re: Ultrix problem |
| Date: | 12 Jan 2001 10:52:35 +0100 |
| User-agent: | Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
$ eval 'echo toto >/tmp/stdout 2>/tmp/stderr' >/tmp/outter illegal io $ Could you try this? eval '(echo toto >/tmp/stdout 2>/tmp/stderr)' >/tmp/outter
| [Prev in Thread] | Current Thread | [Next in Thread] |