Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- IntelliJ
- VirtualBox
- import
- Mac
- lsof
- profile
- Source
- vscode
- grep
- maVen
- tomcat
- plugin
- 줄바꿈 문자
- find
- JavaScript
- netsh
- port
- Windows 10
- bash
- xargs
- context
- GIT
- ssh
- Eclipse
- Windows
- resource
- 단축키
- web.xml
- Quartz
- 네트워크
Archives
- Today
- Total
develog
[bash] 연관 배열 본문
declare -A map=([source]='git@github.com:userA/repo10' [target]='git@github.com:userB/repo20')
echo $map
echo ${map[source]}
echo ${map[target]}
Comments