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 28eb9bca for ; Mon, 21 Oct 2019 02:45:22 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 828479B920; Mon, 21 Oct 2019 12:45:20 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id AE8EF93D8D; Mon, 21 Oct 2019 12:45:06 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7F1DF93D8D; Mon, 21 Oct 2019 12:45:05 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 1BA6693D8C for ; Mon, 21 Oct 2019 12:45:05 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 967D335E145; Sun, 20 Oct 2019 19:45:04 -0700 (PDT) Date: Sun, 20 Oct 2019 19:45:04 -0700 From: Larry McVoy To: Ken Thompson Message-ID: <20191021024504.GI27969@mcvoy.com> References: <1571599556.22415.for-standards-violators@oclsc.org> <20191020201219.GA5035@mail.ewe2.ninja> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, Oct 20, 2019 at 07:31:55PM -0700, Ken Thompson via TUHS wrote: > i was writing the small utilities for the first > pdp-11 unix. (rm ls date ....) > > so, cd was next. > > % pwd > /usr/ken > % cd /tmp > % pwd > /usr/ken > > Aha! I'm old and slow, had to think about that one. Aha indeed!