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=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19064 invoked from network); 11 Nov 2021 06:42:52 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 11 Nov 2021 06:42:52 -0000 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-Transfer-Encoding: Content-Type:Subject:Cc:To:From:Date:References:In-Reply-To:Message-Id: Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=9DZ753FYq+pbWA0uNIsgrBiB/lb6iOU97jAdj8h6AXI=; b=nmPxFJXNs4TN2HtS5cs+9HHE4H XumEabV0WQLuYKilicSWevmDPYBTZqsxtkxOIftH2tZnqHR6MSNeBN0yHxqAbWdCnQLPHQy6y4J+n N5BB/jQg2UtWt7ncd8+DqPkRSpPIv90v5t5M6RgT38BnmHMYFEUrIL4VKEBkdUoz8UlFUnR1+x9x7 asLq6I3TGxDYdZSFUPlBLy6gxylF5qWiL6b7aY5PLaRK2XFXhvhLnJhun7ClEf5Y4sk6520TUYngg xR5Mkx89IB0Xb8r7vdk0iS/6VyzR3eQwc9ipjNxmsdW4DgeCm76AQ7CGHpENsnMLYxDhGB2cNK1gD oJwvTQBw==; Received: from authenticated user by zero.zsh.org with local id 1ml3nP-000BXY-U1; Thu, 11 Nov 2021 06:42:51 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1ml3lr-000AnY-5f; Thu, 11 Nov 2021 06:41:15 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 05CB727C0054; Thu, 11 Nov 2021 01:41:14 -0500 (EST) Received: from imap48 ([10.202.2.98]) by compute4.internal (MEProxy); Thu, 11 Nov 2021 01:41:14 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrvddtgdelgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtgfesthhqredtreerjeenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpeeufeehleeikeeijedtgffgteehheeivddtiedukeejvdejgfejudef keevlefggeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqudduhedu keejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrghsth hmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id D57B521E0429; Thu, 11 Nov 2021 01:41:13 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-1371-g2296cc3491-fm-20211109.003-g2296cc34 Mime-Version: 1.0 Message-Id: <502525bd-7b8d-42a4-b19e-3b5c50d535f1@www.fastmail.com> In-Reply-To: References: Date: Thu, 11 Nov 2021 01:40:53 -0500 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Zach Riggle" Cc: zsh-users@zsh.org Subject: Re: builtin log supercedes "log" command, only in non-interactive mode Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Seq: 27338 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 Thu, Nov 11, 2021, at 1:24 AM, Lawrence Vel=C3=A1zquez wrote: > On Thu, Nov 11, 2021, at 1:03 AM, Zach Riggle wrote: >> I know I can work around this with "command log", I was just surprise= d=20 >> that it works this way. > > It doesn't. To clarify, I mean that the distinction you've described is not inherent to the shell. Enabled builtins always take precedence over $path executables. (See zshmisc(1), "COMMAND EXECUTION".) --=20 vq