From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5651 invoked from network); 5 Feb 2022 10:09:43 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 5 Feb 2022 10:09:43 -0000 Received: from mail-pf1-f172.google.com ([209.85.210.172]) by 4ess; Fri Feb 4 23:58:45 -0500 2022 Received: by mail-pf1-f172.google.com with SMTP id i65so6820253pfc.9 for <9front@9front.org>; Fri, 04 Feb 2022 20:58:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=XznI/ndVdAn9HlgfZDQA8cJtuIM10jnGew6Y+wDwM1Y=; b=gc3FVSuCDSP3Dhp2aVEem5dk6c8s3LgkziZpYckpBGITol6OJWQCCy9XY89JYI1C4p 6S90LrZkIKJZSrz5ddkR89g/430YFL/BzuAXwq244GT6BgNqBDWePAkGG2uUKVQ9kFKa BCj2CCpkO1oYoBbSTsn+gLaDnpB3umZpritZoGF88MBYQmxdWg0LvLM64IFMPCYNqOWy msDUf7fsMNEO4AjDBFlRQauM9ZlHPt5+TOY9Bx+gT5C/lx8L8864biGd470zTVtHNr9w k6RAZnoZ6Miz2lcAWaAwwlq/GgEH0bhrrq51uPhBpRIWaiBHxdf1rWAQg91rx9jBTftl VYMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=XznI/ndVdAn9HlgfZDQA8cJtuIM10jnGew6Y+wDwM1Y=; b=JSorUkEcAt2+HURJ2NnYg5sPxB+t5O4tg8PzyR1aidW/0kP8uW+RoVJCZzZgry3v0f ixIQuRtMvsYpcuxv1BAWvGtUSQJf+H7BPhOExIqqsO6JFH9CJSJFnWrG1Bplx59fr0+b s4WC4QZTXIcQyAQF/nUuB5XLy8Pq3JMv+kdVH5q/mDPm/4oT77I/bG+y+DtCVtGjJfAL 0eykJc7scBWzXhzpdwnsW2LF2HWvtAh64biPH4g53zaZH+jWj8MmBQ/lurtf/AtCuYDK HW1qm3y/HV6Sn3sUG136CrU7+GSf/5jh4Vu/Wh0+bJI+YhCq/U30J9OVeHeU4jxZqaS6 1BIg== X-Gm-Message-State: AOAM531tFvQrIjWxxvmD1Yg427zE+wTyTZIdKuMOgs5u5jLrBvG1X2ZM 4qRK6sjzlBoXchQbAq+kKspsLmgkut8= X-Google-Smtp-Source: ABdhPJzwef4TQV3egX/dNsyXXeaY4Zp3NJdTZX/TC8KAb4UQ8FwTBUUQUxfLLl1jt/maFqQVeCyjqA== X-Received: by 2002:a63:248:: with SMTP id 69mr1833419pgc.126.1644037119054; Fri, 04 Feb 2022 20:58:39 -0800 (PST) Return-Path: Received: from ?IPV6:2402:6b00:7e7a:6200:6175:663a:d2ee:64cc? ([2402:6b00:7e7a:6200:6175:663a:d2ee:64cc]) by smtp.gmail.com with ESMTPSA id e30sm2797843pge.34.2022.02.04.20.58.37 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 04 Feb 2022 20:58:38 -0800 (PST) Message-ID: Date: Sat, 5 Feb 2022 13:58:36 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US To: 9front@9front.org References: From: =?UTF-8?B?5pyJ5r6kIOWBpeayuw==?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile content-driven full-stack table Subject: Re: [9front] grep: always show path with '-n' Reply-To: 9front@9front.org Precedence: bulk Hello, On 2022/02/03 8:01, ori@eigenstate.org wrote: > And it still does something sensible for stdin: > > % grep -n asdf > asdf > stdin:1: asdf > > Does this make sense to people? Isn't it logically better: % grep -n asdf asdf :1: asdf