Re: RFE: enable buffering on null-terminated data

2024-03-17 Thread Zachary Santer
On Thu, Mar 14, 2024 at 11:14 AM Carl Edquist wrote: > Where things get sloppy is if you add some stuff in a pipeline after your > build script, which results in things getting block-buffered along the > way: > > $ ./build.sh | sed s/what/ever/ | tee build.log > > And there you will

bug#69532: mv's new -x option should be made orthogonal to -t/-T/default

2024-03-17 Thread Pádraig Brady
On 17/03/2024 11:32, Pádraig Brady wrote: On 17/03/2024 06:10, Paul Eggert wrote: On 2024-03-05 06:16, Pádraig Brady wrote: I think I'll remove the as yet unreleased mv --swap from coreutils, given that util-linux is as widely available as coreutils on GNU/Linux platforms. Although removing

bug#69532: mv's new -x option should be made orthogonal to -t/-T/default

2024-03-17 Thread Pádraig Brady
On 17/03/2024 06:10, Paul Eggert wrote: On 2024-03-05 06:16, Pádraig Brady wrote: I think I'll remove the as yet unreleased mv --swap from coreutils, given that util-linux is as widely available as coreutils on GNU/Linux platforms. Although removing that "mv --swap" implementation was a win,

bug#69532: mv's new -x option should be made orthogonal to -t/-T/default

2024-03-17 Thread Paul Eggert
On 2024-03-05 06:16, Pádraig Brady wrote: I think I'll remove the as yet unreleased mv --swap from coreutils, given that util-linux is as widely available as coreutils on GNU/Linux platforms. Although removing that "mv --swap" implementation was a win, I don't think we can simply delegate