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.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,PLING_QUERY,RCVD_IN_DNSWL_NONE autolearn=ham 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 445d92b9 for ; Mon, 21 Oct 2019 12:10:15 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 5BEBE9B939; Mon, 21 Oct 2019 22:10:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 0617693D91; Mon, 21 Oct 2019 22:10:04 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C6FD293D91; Mon, 21 Oct 2019 22:10:01 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 1A78993D8C for ; Mon, 21 Oct 2019 22:10:01 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 34E3B18C09F; Mon, 21 Oct 2019 08:10:00 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20191021121000.34E3B18C09F@mercury.lcs.mit.edu> Date: Mon, 21 Oct 2019 08:10:00 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] What was your "Aha, Unix!" moment? 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: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Warren Toomey > But wasn't "chdir" built into the PDP-7 Unix shell? No. See "The Evolution of the Unix Time-sharing System", in section "Process control". Also, the old 'cd' had different syntax than today's (since there was no notion of a pathname in the earliest Unix); it took instead a list of directories (e.g. "cd dd ken"). Noel