5 ms·
Unfortunately, MacOS ships an earlier version of bash that does not include associative arrays, so they’re not as portable as you might like.
by lars512 2y ago
Unfortunately, MacOS ships an earlier version of bash that does not include associative arrays, so they’re not as portable as you might like.
- fastily 2y agoYou can use homebrew to install the latest version of bash and then chsh to set it as your default shell. That’s what I do anyways