Tagged Questions
4
votes
1answer
403 views
Is gnu coreutils sort broken?
Consider the following input to sort:
cat > foo <<EOM
D,,5014978
DD,,25
D,I,1972765530
D,Y,4223624
-,Y,71285059
YA,I,2
EOM
Now try running sort foo
The output is not sorted when trying ...