This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.5.19-4 cygpath -f - broken?


On 21-Jan-2006 0:15, Brian Dessent wrote:
> 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)")"'
>
>   
Or why not:
alias explr='cygstart .'
?

– Michael

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]