strtok -c :
equivale a
awk -F: '{for(i=1;i<=NF;i++) print $i}'
