bash split tring code example Example: bash split variable by delimiter IFS='|' read -r -a arrayName <<< "$variable"