Thanks for the report, but which version of sort are you using
and how/with-what-compiler was it compiled?

With 2.0(from debian) and with 2.0.14, I get this:

  $ printf "a\na b\n"|sort -c -k1,1 && echo ok
  ok

Herbert Xu <[EMAIL PROTECTED]> wrote:
| The final newline is included in the final field when fields are specified
| through -k.  Here is a test case:
|
| $ sort -c -k 1,1 <<eof
| > a
| > a b
| > eof
| sort: -:2: disorder: a b
|
| The changelog says:
...

_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to