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