IT sh, bash에서 array 사용 몽땅 api 2022. 12. 24. 07:13 #!/bin/bash int_array=(1 2 3) for i in ${index_array[@]} do echo $i done 공유하기 게시글 관리 몽땅 api