Answers for "how to split bash output and get the second string by delimiter"

1

split bash string

IN="[email protected];[email protected]"
arrIN=(${IN//;/ })
Posted by: Guest on April-29-2020

Code answers related to "how to split bash output and get the second string by delimiter"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language