Skip to content

Instantly share code, notes, and snippets.

@nobu666
Created January 26, 2016 08:38
Show Gist options
  • Save nobu666/d983ce7f8f30024ce852 to your computer and use it in GitHub Desktop.
Save nobu666/d983ce7f8f30024ce852 to your computer and use it in GitHub Desktop.
$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.
$ declare -A test_
$ test_["hoge"]="moge"
$ echo ${test_["hoge"]}
moge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment