Answers for "convert a string to array of numbers in bash script"

2

string to array bash

IFS='$SEP' read -r -a ARRAY <<< "$STRING"
Posted by: Guest on April-22-2021

Code answers related to "convert a string to array of numbers in bash script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language