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