Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14766 > unrolled thread

Re: Indices of array variables are sometimes considered unset (or just display an error).

Started byGreat Big Dot <greatbigdot@gmail.com>
First post2018-11-05 20:04 -0500
Last post2018-11-05 20:04 -0500
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Indices of array variables are sometimes considered unset (or just display an error). Great Big Dot <greatbigdot@gmail.com> - 2018-11-05 20:04 -0500

#14766 — Re: Indices of array variables are sometimes considered unset (or just display an error).

FromGreat Big Dot <greatbigdot@gmail.com>
Date2018-11-05 20:04 -0500
SubjectRe: Indices of array variables are sometimes considered unset (or just display an error).
Message-ID<mailman.3527.1541466843.1284.bug-bash@gnu.org>
On Mon, Nov 5, 2018 at 4:56 PM Great Big Dot <greatbigdot@gmail.com> wrote:
> The parameter expansion "${!var[@]}" expands to the indices of an array
(whether linear or associative).

Hold up... when I view this email on the public archives, all of my
"${array[@]}"'s (that is, "${array[<at sign>]}"'a) got turned to
"address@hidden"'s. Was I supposed to use some escape sequence or
something? Is everyone who's subscribed to the mailing list able to see the
actual text? Or should I resend this bug report with all \@-signs escaped
somehow?

Testing...
testing@example.com
testing@example.com
testing﹫example.com
testing\@example.com
testing @ example.com

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web