From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MISSING_HEADERS,RCVD_IN_DNSWL_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 9a6529f3 for ; Mon, 6 Jan 2020 16:00:42 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id C78439BB67; Tue, 7 Jan 2020 02:00:40 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 56D3E9BB4A; Tue, 7 Jan 2020 02:00:21 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id F24469BB4A; Tue, 7 Jan 2020 02:00:19 +1000 (AEST) X-Greylist: delayed 901 seconds by postgrey-1.36 at minnie.tuhs.org; Tue, 07 Jan 2020 02:00:18 AEST Received: from server907.appriver.com (server907e.appriver.com [204.232.250.40]) by minnie.tuhs.org (Postfix) with ESMTPS id E36859B545 for ; Tue, 7 Jan 2020 02:00:18 +1000 (AEST) X-Note: This Email was scanned by AppRiver SecureTide X-Note-AR-ScanTimeLocal: 01/06/2020 10:45:30 AM X-Note: SecureTide Build: 11/20/2019 4:33:52 PM UTC (2.8.10.0) X-Note: Filtered by 10.246.0.169 X-Note-AR-Scan: None - PIPE Received: by server907.appriver.com (CommuniGate Pro PIPE 6.2.4) with PIPE id 10466777; Mon, 06 Jan 2020 10:45:30 -0500 Received: from [10.246.0.39] (HELO smtp.us.exg7.exghost.com) by server907.appriver.com (CommuniGate Pro SMTP 6.2.4) with ESMTPS id 10466762; Mon, 06 Jan 2020 10:45:28 -0500 Received: from E16DN31A-S1E7.exg7.exghost.local (192.168.244.15) by E16DN31B-S1E7.exg7.exghost.local (192.168.246.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1913.0; Mon, 6 Jan 2020 10:45:14 -0500 Received: from E16DN31A-S1E7.exg7.exghost.local ([192.168.244.15]) by E16DN31A-S1E7.exg7.exghost.local ([192.168.244.15]) with mapi id 15.01.1913.000; Mon, 6 Jan 2020 10:45:14 -0500 From: Brantley Coile Thread-Topic: [TUHS] sh: cmd | >file Thread-Index: AQHVxEDA4whOnVCfIE+xI4fUfAjs/qfeGzWAgAAArIA= Date: Mon, 6 Jan 2020 15:45:14 +0000 Message-ID: <4C62352C-A946-4ADB-BDE9-13B7C68D3493@coraid.com> References: <202001060324.0063O6lt010608@cuzuco.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [208.71.233.237] x-rerouted-by-exchange: MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable X-Note: This Email was scanned by AppRiver SecureTide X-Note-AR-ScanTimeLocal: 01/06/2020 10:45:28 AM X-Note: SecureTide Build: 11/20/2019 4:33:52 PM UTC (2.8.10.0) X-Note: Filtered by 10.246.0.169 X-Policy: GLOBAL X-Primary: GLOBAL@coraid.com X-Note-Sender: X-Virus-Scan: V- X-Note-SnifferID: 0 X-GBUdb-Analysis: 0, 10.246.0.39, Ugly c=1 p=-0.982984 Source White X-Signature-Violations: 0-0-0-2734-c X-Note-419: 15.6446 ms. Fail:0 Chk:1354 of 1354 total X-Note: VSCH-CT/SI: 0-1354/SG:1 1/6/2020 10:45:21 AM X-Note: Spam Tests Failed: X-Country-Path: PRIVATE->PRIVATE-> X-Note-Sending-IP: 10.246.0.39 X-Note-Reverse-DNS: X-Note-Return-Path: brantley@coraid.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G634 G635 G636 G637 G655 G656 G657 G811 X-Note: Encrypt Rule Hits: X-Note: Mail Class: VALID Subject: Re: [TUHS] sh: cmd | >file 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: , Cc: TUHS main list , Brian Walden Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" I suspect so he could run the Pascal P-machine.=20 > On Jan 6, 2020, at 10:42 AM, Richard Salz wrote: >=20 >=20 >=20 > On Sun, Jan 5, 2020 at 10:42 PM Brian Walden wrote: > not the kernel. This had traditionally been done after the exec() failed > then shell ould run "sh argv[0]", but with two shells this was now a prob= lem. >=20 > It seems the kernel did that; http://man.cat-v.org/unix_7th/2/exec since = argv[-1] was altered. >=20 > I read somewhere, can't recall where, that Ken Thompson suggested "#!" be= ing added to the kernel during his sabbatical there. >=20