Y
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
sopooneo
4700 days ago
Why not? I ask in earnest.
link
guard-of-terra
4699 days ago
sort -n gets confused by quotes.
link