We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Link to ignore page
Updated SC2206 (markdown)
The "read" command in ksh for arrays takes upper-case -A param; otherwise the command is identical to the bash version.
Move link into text and point to the "right" answer.
Setting IFS=" " does not split if the on two or more spaces, i.e., "var1 var2". While without it, it splits into arr=("var1" "var2")
Created SC2206 (markdown)