X-Spam-Check-By: sourceware.org Message-ID: <43D16F1E.757EE8FC@dessent.net> Date: Fri, 20 Jan 2006 15:15:42 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.5.19-4 cygpath -f - broken? References: <20060120230134 DOT 22542 DOT qmail AT web30602 DOT mail DOT mud DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Martin wrote: > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath -w -f -`' I'm not sure why that wouldn't work, but how about this instead: alias explr='cygstart "$(cygpath -w "$(pwd)")"' Brian -- 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/