Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 10:29:44 +0800
From:      Erich Dollansky <erichsfreebsdlist@alogt.com>
To:        freebsd-questions@freebsd.org
Subject:   HOME, Home and home in tcsh
Message-ID:  <20160609102944.39f0e4c2@X220.alogt.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160609102944.39f0e4c2>