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 |
29 | 30 | 31 |
Tags
- 단축키
- import
- netsh
- GIT
- Source
- Eclipse
- lsof
- Quartz
- context
- 네트워크
- xargs
- bash
- port
- grep
- vscode
- tomcat
- plugin
- 줄바꿈 문자
- Windows
- Mac
- resource
- VirtualBox
- Windows 10
- profile
- find
- maVen
- IntelliJ
- ssh
- web.xml
- JavaScript
Archives
- Today
- Total
develog
[bash] array loop 본문
list=(
aa
bb
)
for item in ${list[@]}
do
echo $item
done
'OS & Shell > bash' 카테고리의 다른 글
[bash] source, include other bash file (0) | 2021.04.01 |
---|---|
[bash] find egrep xargs grep, 파일 리스트 / 파일 내용 검색 (0) | 2021.03.22 |
[bash] split path & filename (0) | 2021.03.09 |
[bash] del-log.sh (0) | 2021.03.02 |
[bash] 변수값을 '_' (underscore) 로 연결하기 (0) | 2021.03.02 |
Comments