From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1C16C433E0 for ; Sun, 24 Jan 2021 20:23:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81F4822C7B for ; Sun, 24 Jan 2021 20:23:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726007AbhAXUXP (ORCPT ); Sun, 24 Jan 2021 15:23:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725968AbhAXUXO (ORCPT ); Sun, 24 Jan 2021 15:23:14 -0500 Received: from clue.drijf.net (clue.drijf.net [IPv6:2a02:898::216:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AE88C06174A for ; Sun, 24 Jan 2021 12:22:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drijf.net; s=default; t=1611519746; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Vwjv4R2NO6n+x65BqIJbFbF4BI06IGFsIYzBvIg/kPA=; b=jqbF4zpM0lbpgwmzloee5Om2LKlK1cJ5NClcD8oxGLz9uOkEN8kpmW7Kbh7RXmBcjZwpgh eOh38RhbVSk7D6Qg9B2kunkYtwbdUhOgdFynS4gIfGx8rdmpX0ghnEzM++JYw9wDe++5bt Cm6Euhi8fygMXfkGDGkiyt3dbgCClKg= Received: from clue.drijf.net (clue.drijf.net [94.142.244.34]) by mx1.drijf.net (OpenSMTPD) with ESMTPSA id 3399abc6 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 24 Jan 2021 21:22:26 +0100 (CET) Date: Sun, 24 Jan 2021 21:22:24 +0100 From: Otto Moerbeek To: Alex Henrie Cc: Alejandro Colomar , Bernhard Voelker , Christian Groessler , =?iso-8859-1?Q?P=E1draig?= Brady , Coreutils , William Ahern , Erik Auerswald , Eric Pruitt , Jeffrey Walton , Michael Kerrisk , Fabrice BAUZAC , tech@openbsd.org, freebsd-hackers@freebsd.org, linux-api@vger.kernel.org, juli@clockworksquid.com, ed@nuxi.nl, oshogbo@freebsd.org, Roman Czyborra , Jim Meyering Subject: Re: [PATCH v3 (resend)] tee: Add -q, --quiet, --silent option to not write to stdout Message-ID: References: <1f8ce444-35e2-56a7-dbd1-34e885372b11@gmail.com> <20210124121845.38293-1-alx.manpages@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Sun, Jan 24, 2021 at 01:01:45PM -0700, Alex Henrie wrote: > On Sun, Jan 24, 2021 at 10:51 AM Otto Moerbeek wrote: > > > > Please stop pushing your diff to this list. So far nobody showed any > > interest. > > I am definitely interested. Bernhard Voelker seemed to express > interest as well, conditional on -q being added to POSIX first.[1] > Also, a --quiet flag was proposed back in 2001 by Roman Czyborra [2] > and Jim Meyering expressed support for the idea.[3] > > -Alex > > [1] https://lists.gnu.org/archive/html/coreutils/2021-01/msg00043.html > [2] https://lists.gnu.org/archive/html/bug-sh-utils/2001-05/msg00024.html > [3] https://lists.gnu.org/archive/html/bug-sh-utils/2001-05/msg00039.html "This list" is the OpenBSD tech list, sorry I did leave out this context info. -Otto