From owner-freebsd-questions@freebsd.org Thu Jun 9 02:29:51 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 1CD22B6E745 for ; Thu, 9 Jun 2016 02:29:51 +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 022891691 for ; Thu, 9 Jun 2016 02:29:50 +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:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Z9Ua2pQh/1r0ygPECFVB0hUY+Kgdqzb5s1aq8vOXSKg=; b=v8RDg07jfTI3zvvv8bASnuOGhQ FNHDzOp5ssHB5rSzxznU4tk0YdG+pC6JBk1NHH2mMidngoaVB6Md6HOUGCWRqmwvk13WtoOvFroJ/ caRw96M39AoyGZoubW1eXRq6rblhQgKP+H5p3SGB9x4L5tTfM9lKT8CUXR7zpMjyIi8o=; Received: from [114.121.234.111] (port=19489 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 1bApjB-003TaP-EX for freebsd-questions@freebsd.org; Wed, 08 Jun 2016 20:29:49 -0600 Date: Thu, 9 Jun 2016 10:29:44 +0800 From: Erich Dollansky To: freebsd-questions@freebsd.org Subject: HOME, Home and home in tcsh Message-ID: <20160609102944.39f0e4c2@X220.alogt.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 02:29:51 -0000 Hi, the answer to my question might be so obvious, but I do not know it. I use this to set the home for the current project I am working on and then use cd $Home to return to the project's home directory: setenv home "`pwd`/" setenv Home "`pwd`/" 'home' contains always my real home directory. 'Home' contains the project's home directory as expected. Does anybody know why it is like this? Thanks! Erich