1.5.19-4 cygpath -f - broken?
Brian Dessent
brian@dessent.net
Fri Jan 20 23:17:00 GMT 2006
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/
More information about the Cygwin
mailing list