[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-datamash] datamash sort problem
From: |
Assaf Gordon |
Subject: |
Re: [Bug-datamash] datamash sort problem |
Date: |
Mon, 6 Aug 2018 00:12:41 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Hello Harold,
On 05/08/18 03:39 PM, Harold Kinds wrote:
when I use datamash with the --sort option on windows 10 64 bit I get
the following error message:
'LC_ALL' is not recognized as an internal or external command,
operable program or batch file.
datamash: read error (on close)
and nothing has been done...
Do you know how I can avoid this message and let datamash do the sorting?
I compiled a temporary windows binary that calls 'sort' directly
without setting LC_ALL, here:
https://download-mirror.savannah.gnu.org/releases/datamash/windows-binaries/datamash-1.3-2-gf487196-no-locale-64bit.exe
Let me know if that works better
(you'll still need to have a unix-compatible "sort" on the $PATH).
regards,
- assaf