- `read -r -a' somehow doesn't work with newline, but we don't need to invoke a builtin for that, we can just simply assign to the variable - In `mapfile', `-t' is used for removing newline, not for target. The targeting array need to be specified last in the array. Close #53532