On 18 August 2013 16:05, Wendy Lin <[email protected]> wrote:
> On 9 August 2013 18:55, Wendy Lin <[email protected]> wrote:
>> On 9 August 2013 14:32, David Korn <[email protected]> wrote:
>>> cc: [email protected]
>>> Subject: Re: Re: [ast-developers] ksh -c 'redirect {n}</etc/profile ;  cat 
>>> <&{n}' --> {n}: bad file unit number - why?
>>> --------
>>>
>>>> Hello? Can anyone answer my questions? Please!
>>>
>>>
>>> It will work in the next alpha.
>>
>> David, could you share the patch for this with this list? I would be
>> interested to test it too.
>
> ksh -c 'set -o nounset; builtin cat; redirect {n}</etc/profile ; cat
> <&{n};' does not work with ast-ksh.20130814. The call just hangs.
>
> Wendy

ksh -c 'set -o nounset ; builtin cat ; redirect {n}>./my.txt ; { print
"sample1" >&{n} ; } >/dev/null ; cat my.txt ; true' does not work
either. It should print 'sample1' on stdout.

Wendy
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to