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