For any delimiters, like ';' $ string="john;is;17;years;old" $ IFS=';' tokens=( $string ) $ echo ${tokens[*]}