autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ultrix problem


From: Harlan Stenn
Subject: Re: Ultrix problem
Date: Thu, 11 Jan 2001 23:51:44 -0500

$ eval 'echo toto >/tmp/stdout 2>/tmp/stderr'
$ cat /tmp/stdout
toto
$ cat /tmp/stderr
$
$ eval 'echo toto >/tmp/stdout 2>/tmp/stderr' >/tmp/outter
illegal io
$


Harlan
> Could you try this?
> 
> eval 'echo toto >/tmp/stdout 2>/tmp/stderr'
> 
> and
> 
> eval 'echo toto >/tmp/stdout 2>/tmp/stderr' >/tmp/outter
> 
> ?
> 
> Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]