X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 8 Jan 2008 21:09:11 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: need help with bash -c with cygpath Message-ID: <20080109020911.GA5054@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, Jan 09, 2008 at 01:52:31AM +0000, Jay wrote: >When i run >>cygpath -a '\\uncpath\mydrive$' >//uncpath/mydrive$ > >Which is the expected behaivor. > >When i run >>bash -i -c "cygpath -a '\\uncpath\mydrive$'" >/C/uncpath/mydrive$ > >Which is not what i want. I'm trying to pass in the unc path from windows, so >it needs converted. > >Why do i get different results depending on how it is called? "It's because of the way the backslash is handled within double quotes." "info bash" may be of some help. cgf -- 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/