[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to keep associative array order
From: |
Eduardo Bustamante |
Subject: |
Re: [Help-bash] How to keep associative array order |
Date: |
Tue, 30 Apr 2019 09:04:47 -0700 |
On Tue, Apr 30, 2019 at 8:48 AM Jerry <address@hidden> wrote:
>
> I am sure that this has probably been asked before; however, I cannot
> find an answer for it.
>
> I want to keep an index of an associative array. I found a few methods
> on this site:
> https://stackoverflow.com/questions/29161323/how-to-keep-associative-array-order
>
> I was just wondering if there is a better method. I have bash 5.0.7
> installed on a FreeBSD 12.0 machine.
There is no better method. I'd use "Simpler option 2" from that SO post.