From owner-freebsd-current@FreeBSD.ORG Thu Feb 19 14:53:00 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DA8D55D for ; Thu, 19 Feb 2015 14:53:00 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4D85F5C for ; Thu, 19 Feb 2015 14:52:59 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id l15so9699161wiw.3 for ; Thu, 19 Feb 2015 06:52:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Lb6dsPc1FjKVEmONNxu3bdgPBkOP54mbBKsT+raQ+I8=; b=rShhXKhXOcBy6zuDWFvM0+j3BVc7ZwKCi4rhOnaxGM6unsGIuowuvRkCstTJSiT6zB heMpZ66pnAUQkEX1xViNCQNzFT5Yf97yssgxka1nWTGuo+TWKH+zdmLQsj7IvznyKmPo AJoR3KkR1ZOqi0CC34nFUdbqpaL7roGqdDjSGr4Vuuy9oDZI4Nq7ESb7yGLuXlxVTL0z popBFYmOhMCdt4w2/rYys7EEgkH6UiLLSRVsngnnx9ct0ovBOKhO1Y5og4pik1H9xbmw V44R9d5nbA+KgDceYl1FJ5+f3E+cAm7lvY/tGZNauw2A1qVjGoUgyv6kQYyoYn/2AYG+ ErnA== X-Received: by 10.194.175.102 with SMTP id bz6mr10053057wjc.120.1424357578257; Thu, 19 Feb 2015 06:52:58 -0800 (PST) Received: from gumby.homeunix.com (4e5670d9.skybroadband.com. [78.86.112.217]) by mx.google.com with ESMTPSA id ha5sm18214084wib.1.2015.02.19.06.52.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Feb 2015 06:52:57 -0800 (PST) Date: Thu, 19 Feb 2015 14:52:51 +0000 From: RW To: freebsd-current@freebsd.org Subject: Re: default pager (csh) Message-ID: <20150219145251.7f6b4fd5@gumby.homeunix.com> In-Reply-To: <201502190116.t1J1GxAw028289@mail.karels.net> References: <021CBC62-4CC6-4137-897E-FE482139E09B@westryn.net> <201502190116.t1J1GxAw028289@mail.karels.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: mike@karels.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 14:53:00 -0000 On Wed, 18 Feb 2015 19:16:59 -0600 Mike Karels wrote: > Trivia: the version of more on BSD systems actually is derived from > less, not the original version of more. Actually, more is less $ md5 -r `which less ` `which more ` 50404f1beaa4e1261407190a88494b59 /usr/bin/less 50404f1beaa4e1261407190a88494b59 /usr/bin/more