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/