[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Re: wc --no-total option
From: |
David Pinto |
Subject: |
[PATCH] Re: wc --no-total option |
Date: |
Mon, 12 Sep 2022 10:20:59 +0100 |
On Sun, 26 Jun 2022 at 00:49, David Pinto <carandraug+dev@gmail.com> wrote:
> Hi
>
> A couple of years ago [1] someone made a feature request for a wc
> option that would skip the total line when processing multiple files.
> I didn't see anyone commenting against it and it is something that I'm
> constantly hacking with `head -n-1`.
>
> I've attached a patch that implements a new `--no-total` option to wc.
> I believe this patch to be trivial enough that I can't claim copyright
> for anything.
>
> Best regards
> David
>
> [1] https://lists.gnu.org/archive/html/coreutils/2015-11/msg00064.html
Hi
It's been almost 3 months without any reply. I hope it's OK to bump
it again. I've just changed the subject line to make it clear there
is a patch attached.
Many thanks
David
0001-wc-add-no-total-option-to-not-print-final-line-with-.patch
Description: Source code patch
- [PATCH] Re: wc --no-total option,
David Pinto <=
- Re: [PATCH] Re: wc --no-total option, Pádraig Brady, 2022/09/12
- Re: [PATCH] Re: wc --no-total option, Jim Meyering, 2022/09/12
- Re: [PATCH] Re: wc --no-total option, Mike Jonkmans, 2022/09/12
- Re: [PATCH] Re: wc --no-total option, Carl Edquist, 2022/09/12
- Re: [PATCH] Re: wc --no-total option, Pádraig Brady, 2022/09/12
- [PATCH]: wc: add --total={auto,never,always,only} option, Pádraig Brady, 2022/09/25