From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEE92158094 for ; Fri, 7 Oct 2022 15:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A2EE097E; Fri, 7 Oct 2022 15:57:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4C13E0974 for ; Fri, 7 Oct 2022 15:57:04 +0000 (UTC) Message-ID: Subject: Re: [gentoo-user] Change History of linux commands From: Michael Orlitzky To: gentoo-user@lists.gentoo.org Date: Fri, 07 Oct 2022 11:57:01 -0400 In-Reply-To: <20221007174751.2cd99221@ventiloplattform.tastytea.de> References: <1814ed0b-976a-a552-bac0-9da5f8312ee1@web.de> <137db192-75a9-56cd-04d8-c3164b62db1d@spamtrap.tnetconsulting.net> <20221007174751.2cd99221@ventiloplattform.tastytea.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: ae4cbcd3-4319-4e9a-869c-ef1d4bfc7445 X-Archives-Hash: fa9682dc9d54897ddb0df11153e079f1 On Fri, 2022-10-07 at 17:47 +0200, tastytea wrote: >=20 >=20 > /usr/bin/test was installed by sys-apps/coreutils If you're using bash, the "test" command is actually built-in to the shell to avoid forking a million processes in every shell script.