On Fri, Feb 25, 2022 at 8:52 PM Chet Ramey wrote:
> On 2/25/22 12:55 PM, Léa Gris wrote:
> > Le 25/02/2022 à 16:49, Chet Ramey écrivait :
> >
> >> You can't export array variables, period. You can't export attributes,
> >> only variable names and values. You still can't export attributes.
> There
On 2/25/22 12:55 PM, Léa Gris wrote:
Le 25/02/2022 à 16:49, Chet Ramey écrivait :
You can't export array variables, period. You can't export attributes,
only variable names and values. You still can't export attributes. There
is no way to export attributes
Chet, I heard you, I understood it
Le 25/02/2022 à 16:49, Chet Ramey écrivait :
You can't export array variables, period.
You can't export attributes, only variable names and values.
You still can't export attributes.
There is no way to export attributes
Chet, I heard you, I understood it and I knew it before, while I was
wr
On 2/22/22 1:35 PM, Léa Gris wrote:
declare -x variable with unexportable flag/type is handled quite
inconsistently:
$ unset int_value && declare -ix int_value=42 && bash -c 'declare -p
int_value'
declare -x int_value="42"
You can't export attributes, since the only vehicle to export object
On 2/25/22 3:29 AM, konsolebox wrote:
On Mon, Feb 21, 2022 at 4:32 PM Chet Ramey wrote:
What does `properly quoted' mean here and how does it differ from the
quoting you get when you force complete to treat the completions as
filenames with `complete -o filenames'?
I realized that a "quote al
On Fri, Feb 25, 2022 at 8:29 AM konsolebox wrote:
> What I need more is an option that allows replacing the current
> word including the quote (', ", or $') that begins it with the result
> as is rather than appending the result to the quote.
... because the result is already quoted with `printf
On Mon, Feb 21, 2022 at 4:32 PM Chet Ramey wrote:
> What does `properly quoted' mean here and how does it differ from the
> quoting you get when you force complete to treat the completions as
> filenames with `complete -o filenames'?
I realized that a "quote all ' option is not what I want since