Bash Script memperluas string di spasi

readarray -t -d '' myStr < <(xargs printf '%s\0' <<<"$myStr")
Brian Patterson