|
From: | L A Walsh |
Subject: | (resend) - simple fix to eliminate the need for a new feature in 'tee'. (was Re: [PATCH v3 (resend)] tee: ...) |
Date: | Tue, 26 Jan 2021 17:51:32 -0800 |
User-agent: | Thunderbird 2.0.0.24 (Windows/20100228) |
On 2021/01/26 17:40, Alex Henrie wrote:
Personally, I like the idea of only having to type `echo foo | tee -q` instead of `echo foo > /dev/null`, so I think the patch indeed does the right thing in that case.
Perhaps you didn't see it, but why would you want to write tee -q, when 'tq' is shorter? You don't need to change 'tee' and tq is conceptually very simple. I have a feeling 'tq' got ignored because it appeared to be too simple to solve the problem, but it does. Why would you want to add messy code to 'tee'?
[Prev in Thread] | Current Thread | [Next in Thread] |