From owner-freebsd-questions@freebsd.org Thu Jun 9 23:25:16 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F26EFB70094 for ; Thu, 9 Jun 2016 23:25:16 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4FC3116F for ; Thu, 9 Jun 2016 23:25:16 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=i5meRRiyCQ8BtCYsuR2BiZnxaPhT00BqIh4sz0hfE04=; b=w2PKL1SMMl4DMmIvxGowv/ujPz /kExzbpfhOVOk2cFhoMro3FzwTqxXADEDqaJ6fFmKG4WBL5fZAe1Dof3w4DGU/7IxhlZdQqM3mjWE fKEjoi08uU7k3NFToUQfVMYisVO4Hy4oJxiGKVVrE96q6jiU8vL0ytd3EyH+oVbE9wVk=; Received: from [114.121.233.87] (port=16741 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bB9K1-003dnQ-7o; Thu, 09 Jun 2016 17:25:09 -0600 Date: Fri, 10 Jun 2016 07:25:03 +0800 From: Erich Dollansky To: jd1008 Cc: freebsd-questions@freebsd.org Subject: Re: HOME, Home and home in tcsh Message-ID: <20160610072503.4483a6ac@X220.alogt.com> In-Reply-To: <57598FFD.9020004@gmail.com> References: <20160609102944.39f0e4c2@X220.alogt.com> <20160609045645.f98518c7.freebsd@edvax.de> <57598FFD.9020004@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 23:25:17 -0000 Hi, On Thu, 09 Jun 2016 09:49:17 -0600 jd1008 wrote: > On 06/08/2016 08:56 PM, Polytropon wrote: > > On Thu, 9 Jun 2016 10:29:44 +0800, Erich Dollansky wrote: > > [...] > > > > home Initialized to the home directory of the invoker. > > The filename expansion of `~' refers to this variable. > > > > [...] > > > > HOME Equivalent to the home shell variable. > > > > > > > > > +1 > Shell make no use of $Home. > this is the idea. I needed a variable representing something like Home which is not used by the system itself. Erich