I want to separate words when there is a comma that is followed up by a space.
I have tried
IFS=', '
but it separates if there is a comma or space not when they are together.
I want to separate words when there is a comma that is followed up by a space.
I have tried
IFS=', '
but it separates if there is a comma or space not when they are together.