From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 12:51:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 307F116A400 for ; Tue, 27 Feb 2007 12:51:21 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7C013C481 for ; Tue, 27 Feb 2007 12:51:20 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1572019wxc for ; Tue, 27 Feb 2007 04:51:20 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i0gFHzUi9yV6Es1mr9KWJn8gCG81YtYR7cu4uOVhWd26EOOOkPYI8+o8xjbJiP8ic14f0KpoCVeYw+X87mYGjnugG2tx5YkbXEUNQeK9Xl/Blsu9wK4ajUeMiVKm6+rcde3GMZUGMUezF/0xnNUFdjWtN3VQGta9NL7/+Tc8uSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nfb8bU7Y33FutNWVHS6oDe3mAiUrwHQwKzvkkW5ixaU2x/uZLzEbm+Z0IpIWxYbegZcURVS3ND3IQ8llHWmLSexSqFk79LmDVhQmRaeDs9M+kDOsQQCjUeuA+st90foJiAPUcCOyOa1jtNEeEIpEYSACAkYfEsvVuEEcUvucBdY= Received: by 10.70.19.2 with SMTP id 2mr11588164wxs.1172580680083; Tue, 27 Feb 2007 04:51:20 -0800 (PST) Received: by 10.70.39.18 with HTTP; Tue, 27 Feb 2007 04:51:19 -0800 (PST) Message-ID: <14989d6e0702270451h3438ab2eoe0a8957778a6355c@mail.gmail.com> Date: Tue, 27 Feb 2007 13:51:19 +0100 From: "Christian Walther" To: "J.D. Bronson" In-Reply-To: <200702271242.l1RCgSSO004424@cheyenne.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200702271242.l1RCgSSO004424@cheyenne.sixcompanies.com> Cc: freebsd-questions@freebsd.org Subject: Re: .lesshst X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 12:51:21 -0000 On 27/02/07, J.D. Bronson wrote: > I have noticed since I installed 6.2, that anyone that uses csh has > these files created in their ~home dir. > > Even root. > > Anyone have a .profile/.cshrc/.login that can shut this off? Excerpt from man less: LESSHISTFILE Name of the history file used to remember search commands and shell commands between invocations of less. If set to "-", a history file is not used. The default is "$HOME/.lesshst" on Unix systems, "$HOME/_lesshst" on DOS and Windows systems, or "$HOME/lesshst.ini" or "$INIT/lesshst.ini" on OS/2 systems.