0
votes
2answers
283 views
Does pdksh (public domain korn shell) support associative arrays?
I recently ran up against a wall doing some bash shell programming where an associative array would have solved my problems. I googled about features of the Korn shell and learned that it supports …
