In a bash script I would like to split a line into pieces and put them into an array. .... (IFS=', ' read -a array
stackoverflow.com