On Fri, Jan 22, 2021 at 7:10 PM Léa Gris <lea.g...@noiraude.net> wrote:

> Which could be used to assign output of a command to a variable without
> a sub-shell:
>

It wouldn't be any different from

    compgen -u > temp_file
    mapfile -t users < temp_file

You can't run them asynchronously without forking.

Since everyone's making feature requests here, it'd be a shame if I didn't
participate. I think it'd be better if `${assoc[@]@K}' expanded to a word
list instead of a single word. And, having ampersand as a reference for the
matched substring in the replacement part of `${param/pat/rep}` would also
be good.

Reply via email to