[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] sort: EOL included in final field
From: |
Jim Meyering |
Subject: |
Re: [PATCH] sort: EOL included in final field |
Date: |
10 Jun 2001 10:59:17 +0200 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.104 |
Herbert Xu <address@hidden> wrote:
| On Sun, Jun 10, 2001 at 10:48:06AM +0200, Jim Meyering wrote:
| > 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
|
| Never mind, I was looking at 2.0 and not 2.0.14. Though I'm curious of
| the fact that 2.0 from Debian worked for you since that version definitely
| includes the new line in begfield/limfield.
I was mistaken.
Too many different versions :-)
| In any case, 2.0.14 definitely fixes the problem.