linux terminal string .split code example Example: split bash string IN="[email protected];[email protected]" arrIN=(${IN//;/ })