cat file.txt | awk
'BEGIN {RS=","} {print}'
| sort | less