Horje
string to array bash Code Example
string to array bash
IFS='$SEP' read -r -a ARRAY <<< "$STRING"
bash split string into array
IFS=', ' read -r -a array <<< "$string"




Shell

Related
install xampp ubuntu 20.04 Code Example install xampp ubuntu 20.04 Code Example
refresh gnome shell Code Example refresh gnome shell Code Example
dowload latest release github curl Code Example dowload latest release github curl Code Example
sum of array elements bash Code Example sum of array elements bash Code Example
ubuntu activate venv Code Example ubuntu activate venv Code Example

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