split a text in bash script code example Example: split bash string IN="[email protected];[email protected]" arrIN=(${IN//;/ })