-
입력된 문자열 배열에서 특정 문자가 포함되어 있는 요소를 삭제하는 방법 in_arr=($(cat $1)) echo ${in_arr[@]/*[aA]*/} Input Abcd abcd efgh high AAcd Output 더보기 efgh high