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.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6167 invoked from network); 30 Dec 2022 20:20:44 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 30 Dec 2022 20:20:44 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id DECDF4239B; Sat, 31 Dec 2022 06:20:37 +1000 (AEST) Received: from pmg.in-ulm.de (pmg.in-ulm.de [217.10.8.27]) by minnie.tuhs.org (Postfix) with ESMTPS id D030B42372 for ; Sat, 31 Dec 2022 06:20:31 +1000 (AEST) Received: from pmg.in-ulm.de (localhost.localdomain [127.0.0.1]) by pmg.in-ulm.de (Proxmox) with ESMTP id D393922933 for ; Fri, 30 Dec 2022 21:20:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=in-ulm.de; h=cc :content-transfer-encoding:content-type:content-type:date:from :from:in-reply-to:message-id:mime-version:references:reply-to :subject:subject:to:to; s=pmg; bh=429pzPv3MkbYlgTS4cL9de3m/Lvj5Y wz8MD5as78yxs=; b=lcIFq6AL+on6uG47Pz5oSimvSK8ANKVVyHk9Lzu4YhAwT1 lCHqW5TvnuPMMQ4ZlQp1vxII4oNqWDnLb34QBsJZF3tXyTylirPcqPTEy/YO8Myr 2YcNSIn1cWfSS09FUUB6cvV24e/beOA5G4sCfiXMpplYMTsNkUco246uh0GKY= Received: from email.in-ulm.de (unknown [IPv6:2001:1410:200:80e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by pmg.in-ulm.de (Proxmox) with ESMTPS for ; Fri, 30 Dec 2022 21:20:29 +0100 (CET) Message-ID: Date: Fri, 30 Dec 2022 21:20:28 +0100 MIME-Version: 1.0 To: tuhs@tuhs.org References: <52FB6638-AEFF-4A4F-8C2E-32089D577BA0@planet.nl> <464819f0-d2f6-2a60-6481-a194f4428b4d@case.edu> From: Sven Mascheck In-Reply-To: <464819f0-d2f6-2a60-6481-a194f4428b4d@case.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID-Hash: HVD67EM674KUVHAA2Z6ESKRT5FHGKKD5 X-Message-ID-Hash: HVD67EM674KUVHAA2Z6ESKRT5FHGKKD5 X-MailFrom: mascheck@in-ulm.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: A few comments on porting the Bourne shell List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Chet Ramey on 30.12.2022 20:51: > Arnold Robbins built on that work and ported the v8-v10 shells to modern > Linux versions. (I am sorry, I do not have a link right now.) And btw, 8th ed (http://man.cat-v.org/unix_8th/1/sh) even added a simple history mechanism with the "=(1)" command (https://www.in-ulm.de/~mascheck/bourne/v8/=.html). Sven