On Mon, Feb 28, 2005 at 05:28:17PM +0100, Bernd Klein wrote:
> Hi,
>
> I think I found a bug in "sort".
> Maybe this list is not the right place to report it, but I don't know
> where else to do it.
Manpage of 'sort' says,
Report bugs to .
_
Bernd Klein <[EMAIL PROTECTED]> wrote:
> I think I found a bug in "sort".
> Maybe this list is not the right place to report it, but I don't know where
> else to do it.
Try bug-coreutils@gnu.org, as mentioned in `sort --help`.
paul
___
Bug-bash mail
Hi,
I think I found a bug in "sort".
Maybe this list is not the right place to report it, but I don't know where
else to do it.
If I take the following file:
sdf 4 trc
xya 3 trt
bal 1 trt
blabla 0.5 abcd
xyz 1 ggg
xyz2 0.4 df
xyz3 0.1 xyz5
xyz4 0.002 bal
xyz5 0.1 xyz2
"sort +1 -2 example.txt"