bug-bash
[Top][All Lists]
Advanced

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

Re: Ordering bug when handling redirection with file descriptors


From: Oğuz
Subject: Re: Ordering bug when handling redirection with file descriptors
Date: Mon, 1 Feb 2021 08:32:48 +0300

.. but, I'm not sure about this case:

    $ set -o posix
    $ a=`uname >&4` env 4>&1
    bash: 4: Bad file descriptor
    a=


-- 
Oğuz


reply via email to

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