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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FROM_EXCESS_BASE64,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 333b6342 for ; Tue, 7 Aug 2018 18:40:34 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id BAE09A1B22; Wed, 8 Aug 2018 04:40:33 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 0F944A1B08; Wed, 8 Aug 2018 04:40:23 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=bitmessage.ch header.i=@bitmessage.ch header.b=aNF1TL0q; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 0F163A1B08; Wed, 8 Aug 2018 04:40:21 +1000 (AEST) X-Greylist: delayed 1808 seconds by postgrey-1.35 at minnie.tuhs.org; Wed, 08 Aug 2018 04:40:19 AEST Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by minnie.tuhs.org (Postfix) with ESMTPS id CC47EA1B07 for ; Wed, 8 Aug 2018 04:40:19 +1000 (AEST) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=fjZhPj7yJD4kjuHzwaMzSRWSrefpKBp1J423twJ9uo8=; b=aNF1TL0qrcxermc2bIyq5RplokUbEE1Q+aiO4RNP36Avj6mvpS5xbZA44mCjnM9BWCzGb4Im+6bQdnizgaxQqoHz/ABHI0VxsEi0oFs30frk74Gmi82OIJ6gvetp4fawnwS7UFj9fHQxYOaxXbYUiyd8/MbbrpON8SxhqS6SF68= Received: from syrtis (BITMESSAGE [127.0.0.1]) by mail.bitmessage.ch with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Tue, 7 Aug 2018 20:09:19 +0200 Date: Tue, 07 Aug 2018 13:09:51 -0500 From: =?utf-8?B?Q8OhZw==?= To: tuhs@minnie.tuhs.org Message-ID: <20180807180951.K2s4d%ca6c@bitmessage.ch> References: <1533588813.1868321.1465431536.01CE36BC@webmail.messagingengine.com> <20180807073136.GA37082@wopr> <1533654907.3701374.1466337000.53253732@webmail.messagingengine.com> In-Reply-To: <1533654907.3701374.1466337000.53253732@webmail.messagingengine.com> Mail-Followup-To: tuhs@minnie.tuhs.org, =?utf-8?B?Q8OhZw==?= User-Agent: s-nail v14.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Brian Zick wrote: > In NetBSD 7 the default is ';', but I don't see any reference to a > default $prompt in the manual on that system. It's not. '$' is default for sh and ksh, and '%' for csh. I think it maybe has never been ';'. -- ca=C3=B3c