[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tee: Add -q, --quiet option to not write to stdout
From: |
Eric Pruitt |
Subject: |
Re: [PATCH] tee: Add -q, --quiet option to not write to stdout |
Date: |
Thu, 21 Jan 2021 14:57:02 -0800 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Thu, Jan 21, 2021 at 11:00:41PM +0100, Christian Groessler wrote:
> I don't have an overview of other GNU-specific options in other tools of
> coreutils. But I'd guess they add genuine features which cannot accomplished
> in other ways.
>
> But this feature at hand just seems to be a "convenience" feature. The same
> can be accomplished with by using of existing features/programs.
I don't think so. I just picked ls(1) randomly, and a number of the
options can be obviated with some scripting like "-a", "-A", "-q" /
"--hide-control-chars" to name a few. I would also question that
definition of a "convenience feature" because you can do a lot with
Turing complete scripting languages that support I/O.
Eric
- Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout, (continued)
- Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout, Rodney W. Grimes, 2021/01/27
- Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout, Alex Henrie, 2021/01/26
- (resend) - simple fix to eliminate the need for a new feature in 'tee'. (was Re: [PATCH v3 (resend)] tee: ...), L A Walsh, 2021/01/26
- Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout, Rodney W. Grimes, 2021/01/27
- Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout, Philipp-Joachim Ost, 2021/01/25
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Eric Pruitt, 2021/01/21
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Christian Groessler, 2021/01/21
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Jeffrey Walton, 2021/01/21
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout,
Eric Pruitt <=
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Erik Auerswald, 2021/01/22
- Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Bernhard Voelker, 2021/01/21
Re: [PATCH] tee: Add -q, --quiet option to not write to stdout, Jeffrey Walton, 2021/01/21
Use tq instead of tee: Add -q, --quiet option to not write to stdout, L A Walsh, 2021/01/25