Hacker News new | ask | show | jobs
by guard-of-terra 4700 days ago
With tab separated values this is not a big problem in practice. On the other hand, you can sort tsv, but you can't sort quoted csv.
1 comments

Why not? I ask in earnest.
sort -n gets confused by quotes.