I have a field that contains an IP address. Occassionally, there will be two IP addresses for one field. I separate them with a comma and no space (eg, xxx.xxx.xxx.xxx,yyy.yyy.yyy.yyy) I would like to print and sort a list of all IP addresses. Is there a command to use that will recognize the comma (or any other specified character) in a field as a separator, so that it prints the characters before the comma on one line, and the characters after the comma on the next line?