Bash 셸에서 ${var}, "$var" 및 "${var}"의 차이점은 무엇입니까? 제목에서 말하는 것: 변수를 캡슐화하는 것은 무엇을 의미합니까?{},""또는"{}저는 온라인에서 이것에 대한 설명을 찾을 수 없었습니다. 저는 아무것도 산출하지 않는 기호를 사용하는 것 외에는 그것들을 참조할 수 없었습니다. 다음은 예입니다. declare -a groups groups+=("CN=exampleexample,OU=exampleexample,OU=exampleexample,DC=example,DC=com") groups+=("CN=example example,OU=example example,OU=example example,DC=example,DC=com") 다음 항목: for group in "${gr..