“chaîne pour arrayer bash” Réponses codées

chaîne pour arrayer bash

IFS='$SEP' read -r -a ARRAY <<< "$STRING"
Annoying Armadillo

Faire tomber la chaîne divisée en tableau

IFS=', ' read -r -a array <<< "$string"
Prickly Pheasant

Réponses similaires à “chaîne pour arrayer bash”

Questions similaires à “chaîne pour arrayer bash”

Plus de réponses similaires à “chaîne pour arrayer bash” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code