Guest User

Untitled

a guest
Nov 2nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. string="abc@hotmail.com;xyz@gmail.com;uvw@yahoo.com"
  2. str1=${string%%;*}
  3. str3=${string##*;}
  4. temp=${string#$str1;}
  5. str2=${temp#;$str3}
Add Comment
Please, Sign In to add comment