bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28539: different outputs of sort


From: He, Yihan
Subject: bug#28539: different outputs of sort
Date: Thu, 21 Sep 2017 06:56:53 +0000

Hi,

We are facing issue when using sort, could you please help us to understand 
why? Thanks a lot.

We run below command on two servers, but got different outputs. I attached 
source file (property_contexts) and two outputs 
files(sort_property_context_local.txt & sort_property_context_slave.txt).
$sort -u property_contexts -o sort_property_context.txt

As checked, we use same version of sort on that two servers:
local:~ $sort --version
sort (GNU coreutils) 8.21
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and Paul Eggert.
--------------------------------------------------------
slave:~ $sort --version
sort (GNU coreutils) 8.21
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and Paul Eggert.


Best Regards

Attachment: sort_property_context_slave.txt
Description: sort_property_context_slave.txt

Attachment: sort_property_context_local.txt
Description: sort_property_context_local.txt

Attachment: property_contexts
Description: property_contexts


reply via email to

[Prev in Thread] Current Thread [Next in Thread]