From nobody Fri Feb 17 09:37:38 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PJ6DW4wrhz3s4sm for ; Fri, 17 Feb 2023 09:37:47 +0000 (UTC) (envelope-from 0x1eef@protonmail.com) Received: from mail-4322.protonmail.ch (mail-4322.protonmail.ch [185.70.43.22]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PJ6DV3GK0z40pV for ; Fri, 17 Feb 2023 09:37:46 +0000 (UTC) (envelope-from 0x1eef@protonmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.com header.s=protonmail3 header.b=xj65MJQ0; spf=pass (mx1.freebsd.org: domain of 0x1eef@protonmail.com designates 185.70.43.22 as permitted sender) smtp.mailfrom=0x1eef@protonmail.com; dmarc=pass (policy=quarantine) header.from=protonmail.com Date: Fri, 17 Feb 2023 09:37:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1676626664; x=1676885864; bh=5BKvfboExmDgHxWc0txLvxm02p+0bGOrz7QltNqHnaU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=xj65MJQ0YjzaueB+5XuZcvol2tbazXCEZaDCYjwGJTY5ZrgSqdn6ApfrJhgevq6OK FUMQsFSVRTlRdqr5fkhVa5n67xQJguhAQLLugi0z9oKJKHzvVmp6uAsnHaUS85hAot yaJNtCE65thxxp8tuYFsqOC1LG8DielCvy1aLdYDBf+lVDZvKJ7KzHIwJnm6I4M1xz 0gieSKFyPu4wjWVeJJEqiNc69WoCVNpjLluxYWDsAWBf7Isjs2ng4B3LozkJPttm/2 3UKECrdSVyqGGyaEPMVzVop5vYBl5oqd5w7pUdNbxEVCBVTUJAmflGMSZpkRkioNJT VYs26lL2Zj9FQ== To: Pete Wright From: 0x1eef <0x1eef@protonmail.com> Cc: LuMiWa , FreeBSD Questions Subject: Re: ksh shell Message-ID: In-Reply-To: <20230216015257.wdskyxkzoyxxkytc@topanga> References: <20230215131424.0847d6b8@dismail.de> <20230216015257.wdskyxkzoyxxkytc@topanga> Feedback-ID: 39071764:user:proton List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.995]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=protonmail3]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[protonmail.com:+]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FREEMAIL_FROM(0.00)[protonmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[185.70.43.22:from] X-Rspamd-Queue-Id: 4PJ6DV3GK0z40pV X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N > ksh93 =3D=3D> pulls source from AT&T (https://github.com/att/ast) >=20 > ksh / ksh-devel =3D=3D> pulls source from a fork of the at&t code and sta= tes >=20 > it is the location of current dev work (https://github.com/ksh93/ksh) OpenBSD has their own variant of the korn shell as well. It is available on= =20 FreeBSD via "/usr/ports/shells/oksh". 0x1eef=20