X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=OSBwp/reZnZtbJeSGhOpK6MJRFcYk9INwqDTZNVW+qa
	1pEgwEsVcUIjajV0Fxg8Ky1Wy/H/19M5KF6v7aqyH8zsofta8OJXJvmRfvCZzA0c
	vpD/LCaj7tmDyUnh/4uc1HoFbet6O12gQ5z/wdSHzJ7VKRdzC3iti2rw9I5IHr9A
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=onZthDvVI0yIELFuASzYXyPETWE=; b=DerG2re13/RXnrwqZ
	XcqlbJwN5Bkmhul/Gh7X2YfLxLIadsldrOfRmN91aKvUxm8A3D7MKJk/j0e3bNh9
	JPJT5F6bbAivOPxd1jeXLTGe7Y3LZ/GIK3s3tDJPj9Mnp6R99Eb0I61rOmOLykCR
	eSU0prVl3asRrZbOcq3nnPid+Y=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wg0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to         :subject:references:in-reply-to:content-type         :content-transfer-encoding;        bh=6pcwnXcfb02VoYSbKwqIv5ZS6a0DCDSNbr0FmvbsjRo=;        b=JTWF+BnEiy1COQlwJ1UhHGcPg7cXS+vYc8JZotk1Mk+oaq4E5yOHyimq592+YS9pZL         xkv0KOflrJIKNtKvX4sIkcfoiAucDqFI78i8nrMTMe4QUYByj/rtAeUZvHYQXv8MrI6d         1AW+lwSXE6VCB2l5eII6rY5Ea646xKvM26uSbGRvB7Gi3f6j+j2sYpF63WgzYCuoQfxo         NuLpndt6loMVc3WtlfFFe2d57q0l+gJiwlRXj8kPtZpIIGJO9UyFdAj4nihK+8xZvt2F         PLZtui73WBD1xo1/Bwy3xKfjWi6CtIAD7k8go8oHChQjq/mLjfPsqFd8D5rjRTpKUAiO         Rl3Q==
X-Gm-Message-State: ALoCoQlWAv8JX/tSvwyjehPBK8PRtLdhal8dqWc/h7XeiKfaialyaACgywjKjMLZuOTvmrSrq1pH
X-Received: by 10.180.109.136 with SMTP id hs8mr14342193wib.73.1428860225759;        Sun, 12 Apr 2015 10:37:05 -0700 (PDT)
Message-ID: <552A8D8D.5020103@dinwoodie.org>
Date: Sun, 12 Apr 2015 16:21:49 +0100
From: Adam Dinwoodie <adam@dinwoodie.org>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [TESTERS needed] New POSIX permission handling
References: <20150410100703.GA4401@calimero.vinschen.de>   <CAAXzdLUFeBX6EREpMA2WeMYT+oS8c=JXhqkwrvNYUGjsWFrW8w@mail.gmail.com>  <20150411094020.GB19111@calimero.vinschen.de>  <CAAXzdLVL6XMwvy12s3eT68aN1WqNwS6URtvMa9_+sU919fmfNw@mail.gmail.com> <1524631947.20150411185839@yandex.ru>
In-Reply-To: <1524631947.20150411185839@yandex.ru>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 11/04/2015 16:58, Andrey Repin wrote:
> Greetings, Steven Penny!
 >
 >>> What is '~+'?  Is that some weird bash feature?
 >
 >> If the tilde-prefix is ‘~+’, the value of the shell variable PWD
 >> replaces the tilde-prefix.
 >
 >> http://gnu.org/software/bash/manual/html_node/Tilde-Expansion
 >
 > In other words, "~+/" is a weird way to say "./" ?

Strictly, no: `echo ./` will print `./`, while `echo ~+/` will print the 
absolute current path, the same as `echo "$PWD"/` would.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

