From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id 1B6B322358 for ; Wed, 3 Apr 2024 10:20:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:To:From:Date: References:In-Reply-To:Message-Id:MIME-Version:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=l+EDaROS0NOMYL+KmGZvyzao/x+5t6X5vpjLad4TBn8=; b=c+AYouKyij2uPEtv0wizV1NNrU GXJmmJYP4VvsniqSaOOlUtAl7CKOLdiA88bpqgc8uhg7WrNQqDr5uwkx0vGi0uwtGWMZ6AI4OQzkt Z43YMW7OnJow3QWFoq6xZoYyrtg5pJ9ve/qhSGRXp2HffzMbCRRgaTDv9kl1alev40F2QKO++ipq2 JmJ5xm3rIMassGm8p4ltvu+H0+hbC2R3wVNnpYhQ/n1a6mgv2OEXKQJN5+oqDJVp17FxHBLiJbtQ7 6/V21X1nATvHzNbyzMjh8Aaq3xx6zRNgXE+iSCR3oinv5GO8srsTsWMTsVfL+xKtKOhjAyRYhMQuA 1KaNdKJQ==; Received: by zero.zsh.org with local id 1rrvqw-0001rU-Rr; Wed, 03 Apr 2024 08:20:14 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1rrvpb-0001CJ-QG; Wed, 03 Apr 2024 08:18:52 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailfauth.nyi.internal (Postfix) with ESMTP id D952A1200032 for ; Wed, 3 Apr 2024 04:18:50 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Wed, 03 Apr 2024 04:18:50 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrudefgedgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderreejnecuhfhrohhmpefnrgifrhgvnhgtvgcugggvlhojiihquhgviicuoehlrghr rhihvhesiihshhdrohhrgheqnecuggftrfgrthhtvghrnhepieelveehfefghfffieehtd eigedvgfekffetjefgteeltdeivdeivdetueekgeeknecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomheplhgrrhhrhihvodhmvghsmhhtphgruhhthh hpvghrshhonhgrlhhithihqdduudehudekjeejtdegqdduudelvdejfeekhedqlhgrrhhr hihvpeepiihshhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 84B7F31A0065; Wed, 3 Apr 2024 04:18:50 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-333-gbfea15422e-fm-20240327.001-gbfea1542 MIME-Version: 1.0 Message-Id: <2b84d194-4b84-4969-816c-99e5fea9f2c5@app.fastmail.com> In-Reply-To: References: <7318f96a-c6ff-426b-aa64-93b8ea6ee9c1@eastlink.ca> <85dd54c7-d221-4c19-b3f5-8d8d251529f2@app.fastmail.com> <33cad64c-296c-4b70-b606-7a094b0a5a14@app.fastmail.com> Date: Wed, 03 Apr 2024 04:18:29 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-users@zsh.org Subject: Re: egrep --color=always 'zsh\.' Content-Type: text/plain X-Seq: 29773 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Tue, Apr 2, 2024, at 6:55 PM, Bart Schaefer wrote: > Consider perhaps fgrep which looks for literal strings rather than patterns. Yes, although I would (and did) recommend "grep -F" because fgrep (and egrep, for that matter) is no longer in POSIX, and recent GNU grep prints an obsolescence warning when you invoke it as fgrep (or egrep). -- vq