How to have two delimiter instead of only one of char. / as in this
/
while read -d\':\' -d\'/\' l;do echo $l ;done < file.txt