# printf "abc@yahoo.com" |wc -c 13
# var=abc@#yahoo.com # IFS="@#" # echo $var abc yahoo.com # set - $var # echo $1 abc # echo $3 yahoo.com