Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make a Hashmap in Linux shell? [duplicate]

Tags:

linux

shell

Possible Duplicate:
How to define hash tables in bash?

I wish to create a hash map in a Linux shell script which associates string keys with string values. Is there a simple way I can do this?

like image 228
yazz.com Avatar asked Feb 21 '11 08:02

yazz.com


1 Answers

I think you shold refer this question: How to define hash tables in Bash?, which is useful. :-)

like image 96
mxi1 Avatar answered Sep 30 '22 06:09

mxi1