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=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11195 invoked from network); 16 Jul 2021 00:13:28 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 16 Jul 2021 00:13:28 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 0293B9C84C; Fri, 16 Jul 2021 10:13:25 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A055D9C7F1; Fri, 16 Jul 2021 10:13:03 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (2048-bit key; secure) header.d=jfloren.net header.i=@jfloren.net header.b="A9i9hUTL"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id B420E9C7F1; Fri, 16 Jul 2021 10:13:01 +1000 (AEST) X-Greylist: delayed 599 seconds by postgrey-1.36 at minnie.tuhs.org; Fri, 16 Jul 2021 10:12:58 AEST Received: from mail-41104.protonmail.ch (mail-41104.protonmail.ch [185.70.41.104]) by minnie.tuhs.org (Postfix) with ESMTPS id 48B329C7F0 for ; Fri, 16 Jul 2021 10:12:58 +1000 (AEST) Received: from mail-0201.mail-europe.com (mail-0201.mail-europe.com [51.77.79.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by mail-41104.protonmail.ch (Postfix) with ESMTPS id 4GQrzP531Yz526P5 for ; Fri, 16 Jul 2021 00:02:57 +0000 (UTC) Authentication-Results: mail-41104.protonmail.ch; dkim=pass (2048-bit key) header.d=jfloren.net header.i=@jfloren.net header.b="A9i9hUTL" Date: Fri, 16 Jul 2021 00:02:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jfloren.net; s=protonmail; t=1626393741; bh=/+DpDnloWYmPLEhBP1/khCPCB+VlLtWCif/rrq1raig=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=A9i9hUTLCenJPkh0jqrG3DH7lwnk3xalrFYKke0/k5EJTVkQOJEcduIG6JjMjtDPC 36ubTisrWQLhlXMqMPZAFzZ3KzYhkUxiez0QG8t7DUW36F0fv7a5PwU6JuLtdyBUl0 P+YM25xIc3UTAzU2AfmIGPI4YikHl3nINKAykGdpVGxEx+F3jRZSEsslvC+E/gpooX p1OBjVErwQF/xoKZsA/GBLxWIrdS623HpsrJVSgkFE9OxO7jm/OuQqBzDZXso4A4az Gq9eu1LMuczBFOx0aOpgvYc6Ep7oJ+zQRE4GUb/w0K8BX5dvJ8DqtGEht96vk5XS8W SMBR9W8dpPPZA== To: tuhs@minnie.tuhs.org From: John Floren Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [TUHS] head/sed/tail (was The Unix shell: a 50-year view) X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: John Floren Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thursday, July 15th, 2021 at 4:18 PM, Jim Davis wr= ote: > I remember trying to use the C compiler on that DEC-20 but never got > > very far with it; I thought the SAIL compiler was more interesting. > > Shows what foresight I had... Speaking of SAIL (and I suppose further derailing an already derailed discu= ssion), I've occasionally looked for more information about the environment= (typically whenever a book or article briefly mentions SAIL as a place wit= h lots of custom hardware and software) but come up with little. Anyone kno= w of good description of SAIL computer systems? john