bug-bash
[Top][All Lists]
Advanced

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

Re: nofork command substitution


From: Oğuz İsmail Uysal
Subject: Re: nofork command substitution
Date: Mon, 15 May 2023 21:42:16 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 5/15/23 8:35 PM, Chet Ramey wrote:
Please test it out

    $ cat
    ^Z
    [1]+  Stopped                 cat
    $ x=${ fg;}
    foo
    foo
    <^C or ^D here>
    $ declare -p x
    declare -- x="cat"
    $

Is this intended?



reply via email to

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