| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| From: | Robert Schmidt <rschm AT broadpark DOT no> |
| Subject: | Re: "which" command does not expand "~" in path |
| Date: | Sat, 25 Sep 2004 23:26:18 +0200 |
| Lines: | 25 |
| Message-ID: | <cj4np8$b17$1@sea.gmane.org> |
| References: | <1094385246 DOT 5803 DOT ezmlm AT cygwin DOT com> <6 DOT 1 DOT 2 DOT 0 DOT 1 DOT 20040926005459 DOT 02810cb0 AT mail DOT ros DOT com DOT au> <cj4diq$1du$1 AT sea DOT gmane DOT org> |
| Mime-Version: | 1.0 |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| X-Gmane-NNTP-Posting-Host: | 40.80-203-44.nextgentel.com |
| User-Agent: | Mozilla Thunderbird 0.8 (Windows/20040913) |
| In-Reply-To: | <cj4diq$1du$1@sea.gmane.org> |
| X-IsSubscribed: | yes |
Sven Köhler wrote:
>> Set PATH so it includes user's private bin if it exists
>> if [ -d ~/bin ] ; then
>> PATH="~/bin:${PATH}"
>> fi
>
>
> Hmm, i'm not 100% percent sure, but is this supposed to work in general?
> I don't think that all programs that use the PATH varible are supposed
> to interpret ~ correctly.
>
> Instead, the shell usually substitutes ~ or ~user.
> Look at this the output of these commands:
> echo ~
> echo "~"
This is probably common knowledge, but I learned last night that sh
never expands ~. Under sh, the two lines above yield the same output,
simply ~.
So my conclusion was to never rely on ~ in scripts or variables.
(Unless something is broken in my setup?)
Cheers,
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |