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 e4872207 for ; Sun, 27 Oct 2019 20:46:51 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D80759B9E3; Mon, 28 Oct 2019 06:46:49 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DAAF69B923; Mon, 28 Oct 2019 06:46:30 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 176D29B923; Mon, 28 Oct 2019 06:46:29 +1000 (AEST) Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id B9D839B908 for ; Mon, 28 Oct 2019 06:46:28 +1000 (AEST) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 7EFFE156E80B for ; Sun, 27 Oct 2019 13:46:21 -0700 (PDT) To: tuhs@tuhs.org In-reply-to: Your message of "Sun, 27 Oct 2019 16:31:28 -0400." <201910272031.x9RKVSem124842@tahoe.cs.Dartmouth.EDU> References: <201910272031.x9RKVSem124842@tahoe.cs.Dartmouth.EDU> Comments: In-reply-to Doug McIlroy message dated "Sun, 27 Oct 2019 16:31:28 -0400." From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12047.1572209181.1@bitblocks.com> Content-Transfer-Encoding: quoted-printable Date: Sun, 27 Oct 2019 13:46:21 -0700 Message-Id: <20191027204628.7EFFE156E80B@mail.bitblocks.com> 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, 27 Oct 2019 16:31:28 -0400 Doug McIlroy wr= ote: > > What is the special meaning of using / as directory partition in UNIX?= And = > \ as the escape character. > > \ came from Multics. The first day Multics ran at Bell Labs Bob Morris > famously typed backslash-newline at the login prompt and crashed the > system. > > Multics had a hierarchical file system, too, but I don't recall how > pathnames were punctuated. =46rom what I read: >dir1>dir2>file1 -- absolute: /dir1/di2/file1 file1 -- relative: if >dir1>dir2 is the working dir dir1>file2 file4 -- ../dir3/file3 <file5 -- ../../dir4/file5 =3D=3D >dir4>file5 << is more compact thant ../.. and I like the vertical symmetry of < and >= !