Hi!In the version dated 2019-Jan-07, I noticed the following mistake in the GNU Bash manual:
| Associative arrays are created using
| declare -A name.
The period (".") after "name" should not be there.
--Todd
Hi!In the version dated 2019-Jan-07, I noticed the following mistake in the GNU Bash manual:
| Associative arrays are created using
| declare -A name.
The period (".") after "name" should not be there.
--Todd