Answers for "string to array bash"

1

string to array bash

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language