#loop
Read more stories on Hashnode
Articles with this tag
띄어쓰기로 분리된 요소들 반복 #!/bin/bash for NAME in "차례대로" "출력" "합니다."; do echo "단어 : ${NAME} " done 배열을 사용한 for loop #!/bin/bash SENTENCE=(...