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.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 1f21ba39 for ; Mon, 28 Oct 2019 17:42:47 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 6094D9B5F7; Tue, 29 Oct 2019 03:42:46 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 719CA93D48; Tue, 29 Oct 2019 03:42:22 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id D345893D48; Tue, 29 Oct 2019 03:42:19 +1000 (AEST) X-Greylist: delayed 361 seconds by postgrey-1.36 at minnie.tuhs.org; Tue, 29 Oct 2019 03:42:19 AEST Received: from h1.fbrelay.privateemail.com (h1.fbrelay.privateemail.com [131.153.2.42]) by minnie.tuhs.org (Postfix) with ESMTPS id 7578793D1B for ; Tue, 29 Oct 2019 03:42:19 +1000 (AEST) Received: from MTA-08-4.privateemail.com (mta-08.privateemail.com [68.65.122.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1.fbrelay.privateemail.com (Postfix) with ESMTPS id CE16A8082F for ; Mon, 28 Oct 2019 13:36:16 -0400 (EDT) Received: from MTA-08.privateemail.com (localhost [127.0.0.1]) by MTA-08.privateemail.com (Postfix) with ESMTP id 25EB060046; Mon, 28 Oct 2019 13:36:15 -0400 (EDT) Received: from localhost (unknown [10.20.151.232]) by MTA-08.privateemail.com (Postfix) with ESMTPA id 27EF960044; Mon, 28 Oct 2019 17:36:14 +0000 (UTC) Date: Mon, 28 Oct 2019 10:36:10 -0700 From: Anthony Martin To: Bakul Shah Message-ID: <20191028173539.GA129556@alice> References: <201910272031.x9RKVSem124842@tahoe.cs.Dartmouth.EDU> <20191027204628.7EFFE156E80B@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191027204628.7EFFE156E80B@mail.bitblocks.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [TUHS] UNIX Backslash History 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@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Bakul Shah once said: > >dir1>dir2>file1 -- absolute: /dir1/di2/file1 > file1 -- relative: if >dir1>dir2 is the working dir > dir1>file2 > file4 -- ../dir3/file3 > <file5 -- ../../dir4/file5 == >dir4>file5 > > << is more compact thant ../.. and I like the vertical symmetry of < and >! "Getting Less Than Right" would have been an interesting title. ;) Unix uses dot for the current directory. Was there any notation for this in Multics? Anthony