Re: GNU coreutils' `join` behaves differently on macOS versus Linux?

2023-07-11 Thread Robert Leach via GNU coreutils General Discussion
Thanks! That is very helpful in that it confirms my sanity. I didn't know about the locale stuff. I have more info, as yesterday, I'd worked on getting around this issue (but hadn't found a complete solution yet). I have it all working consistently now. There are some interesting things I

Re: Feature request for cp

2023-07-11 Thread Pádraig Brady
On 11/07/2023 15:29, Tommy Bollman wrote: Hello guys. Feature request. I have made a little command line cp utility *nrcp*, that basically takes a file name as an argument and appends an ascending number at the end of it. The intention is to be able to keep backups for back tracking during

Re: Feature request for cp

2023-07-11 Thread Dragan Simic
On 2023-07-11 16:29, Tommy Bollman wrote: Hello guys. Feature request. I have made a little command line cp utility *nrcp*, that basically takes a file name as an argument and appends an ascending number at the end of it. The intention is to be able to keep backups for back tracking during

Feature request for cp

2023-07-11 Thread Tommy Bollman
Hello guys. Feature request. I have made a little command line cp utility *nrcp*, that basically takes a file name as an argument and appends an ascending number at the end of it. The intention is to be able to keep backups for back tracking during experimenting with files. I honed the idea

bug#64392: cksum: escaping issues of --check output

2023-07-11 Thread Christoph Anton Mitterer
On Tue, 2023-07-11 at 12:27 +0100, Pádraig Brady wrote: > Full escaping and doc adjustments pushed at: > https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=86614ba1c Thanks :-) Cheers, Chris.

bug#64392: cksum: escaping issues of --check output

2023-07-11 Thread Pádraig Brady
On 01/07/2023 20:12, Christoph Anton Mitterer wrote: On Sat, 2023-07-01 at 18:53 +0100, Pádraig Brady wrote: That's not a common case I suppose, so I'm amenable to using the consistent escaping here. Good :-) Info docs already contain: "Without ‘--zero’, if FILE contains a backslash,

Re: GNU coreutils' `join` behaves differently on macOS versus Linux?

2023-07-11 Thread Pádraig Brady
On 10/07/2023 22:26, Robert Leach via GNU coreutils General Discussion wrote: Hi, I wanted to ask about the `join` utility in `coreutils` 9.3. I'm building a snakemake workflow and am debugginbg an error that only occurs when the workflow is run on a linux system. I have narrowed the