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 differe

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 fu

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

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 e

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 n