Horje
split bash string Code Example
split string and create array bash
my_array=($(echo $string | tr "," "\n"))
split bash string
IN="bla@some.com;john@home.com"
arrIN=(${IN//;/ })
bash split variable by delimiter
IFS='|' read -r -a arrayName <<< "$variable"




Shell

Related
how to update heroku Code Example how to update heroku Code Example
nuget commandline Code Example nuget commandline Code Example
unzip zip linux on specific folder Code Example unzip zip linux on specific folder Code Example
linux install qt5widgets Code Example linux install qt5widgets Code Example
docker no space left on device Code Example docker no space left on device Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11