From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 7CB51249FF for ; Wed, 26 Jun 2024 06:57:58 +0200 (CEST) Received: from vultr.musolino.id.au ([45.76.123.158]) by 9front; Wed Jun 26 00:57:07 -0400 2024 Received: from stinger.home.musolino.id.au ([180.150.112.77]) by vultr; Wed Jun 26 14:56:24 +1000 2024 Message-ID: <7A35DAAE2FF03AD0EA15B02CC5EC9366@musolino.id.au> To: 9front@9front.org From: Alex Musolino Date: Wed, 26 Jun 2024 14:26:24 +0930 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable deep-learning-oriented locator Subject: Re: [9front] [PATCH] feat(grep): add -H flag Reply-To: 9front@9front.org Precedence: bulk > -H is the opposite of -h. > When present, print the file name even if only one file is > passed in the parameters. Seems unnecessary. You can already get this behaviour by passing /dev/null as an extra file argument. -- Cheers, Alex Musolino