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
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
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
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
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