From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 880d6c3b for ; Tue, 7 Aug 2018 01:13:06 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id ADCF4A19E4; Tue, 7 Aug 2018 11:13:05 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 65F19A19CF; Tue, 7 Aug 2018 11:12:59 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B5ED7A19CD; Tue, 7 Aug 2018 11:12:57 +1000 (AEST) Received: from smtp-out-2.mxes.net (smtp-out-2.mxes.net [67.222.241.118]) by minnie.tuhs.org (Postfix) with ESMTPS id 6FDDCA19CC for ; Tue, 7 Aug 2018 11:12:57 +1000 (AEST) Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id BC097275BC; Mon, 6 Aug 2018 21:12:55 -0400 (EDT) From: To: "'George Michaelson'" , "'Henry Bent'" References: <1533588813.1868321.1465431536.01CE36BC@webmail.messagingengine.com> <01c101d42dca$baa2eb70$2fe8c250$@ronnatalie.com> In-Reply-To: Date: Mon, 6 Aug 2018 21:12:52 -0400 Message-ID: <015d01d42deb$c4a8ac60$4dfa0520$@ronnatalie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJqwLYcw+UE/oqpmw/m1eeuj1DkXAG0b1b1Am4ifA0BwK05zaNXO+jg Content-Language: en-us X-Sent-To: Subject: Re: [TUHS] Origins of shell prompt suffixes % $ > # X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 'TUHS main list' Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > I was told, but cannot recall by whom, that the csh decision to use % = when the bourne shell had $ was to make it clear which syntax was = expected by the user. tcsh inherited from csh. Bash/Zsh/Ash/Ksh = inherited from sh. I don't buy it. CSH predates the Bourne shell by a year. I suspect = it used % because the V6 shell it replaced used %.