Re: [PATCH] printenv: add feature to print names only

2022-12-13 Thread Gianluca Mascolo
Il mar, 13 dic 2022 14:04:31 +0100, Pádraig Brady ha scritto --- >   > > This has some merit, > given that's it's awkward to postprocess printenv output > in the presence of multiline env values. > > Could you detail some use cases for this? > > thanks, > Pádraig >

Re: [PATCH] tee: Add --pipe-check to allow instantly detecting closed outputs

2022-12-13 Thread Arsen Arsenović
Hi Carl, Padraig, Thanks for the ACK. I've sent the signed copyright assignment form; I'll keep you posted on that. On Tue, 13 Dec 2022, Pádraig Brady wrote: >> Re HAVE_INOTIFY, that's really a proxy for a linux kernel, and so would be >> most appropriately changed to: >> >> defined

Re: [PATCH] tee: Add --pipe-check to allow instantly detecting closed outputs

2022-12-13 Thread Carl Edquist via GNU coreutils General Discussion
On Tue, 13 Dec 2022, Pádraig Brady wrote: Thanks to both of you for working through the details on this. This does seem like a useful feature, and would be appropriate to add. A summarized patch set would be appreciated at this stage, thanks. Re HAVE_INOTIFY, that's really a proxy for a

Re: [PATCH] printenv: add feature to print names only

2022-12-13 Thread Pádraig Brady
On 11/12/2022 17:07, Gianluca Mascolo wrote: From 0ed502c97c5b1dd51dc323e3f1354db99d1ab46f Mon Sep 17 00:00:00 2001 From: Gianluca Mascolo Date: Sun, 11 Dec 2022 18:02:20 +0100 Subject: [PATCH] printenv: add feature to print names only --- src/printenv.c | 13 +++--

bug#60030: Small error in date command

2022-12-13 Thread Pádraig Brady
tag 60030 notabug close 60030 stop On 13/12/2022 02:50, Malin Freeborn wrote: Hi bug-team, There's a small error in the date man page. If you search for `%F` you'll notice the date is summarized as so: %F full date; like %+4Y-%m-%d The example shows the `%` sign before the `+`. This

Re: [PATCH] tee: Add --pipe-check to allow instantly detecting closed outputs

2022-12-13 Thread Pádraig Brady
On 12/12/2022 22:29, Carl Edquist wrote: On Mon, 12 Dec 2022, Arsen Arsenović wrote: Hi Carl, Carl Edquist writes: [2. text/x-diff; 0001-tee-only-fstat-outputs-if-pipe_check-is-active.patch]... [3. text/x-diff; 0002-tee-skip-pipe-checks-if-input-is-always-ready-for-re.patch]... Thanks

bug#60030: Small error in date command

2022-12-13 Thread Malin Freeborn
Hi bug-team, There's a small error in the date man page. If you search for `%F` you'll notice the date is summarized as so: %F full date; like %+4Y-%m-%d The example shows the `%` sign before the `+`. Best, - Malin