I have this string for example
a$="toraj,tannaz,arash"
now how I can split three words
and put each other in new string ?
for example split toraj
and then split tannaz and also arash.

I saw split command but can not undrestand it ?

thanx