Could I use backslash directly as path delimiter on cygwin?

yuanyun.ken yuanyun.kenny@gmail.com
Sun Jan 4 10:31:00 GMT 2009



Mark J. Reed wrote:
> 
> The double-backslash solution you've already found is inconvenient for
> copy and paste; a more paste-friendly solution is to use single
> quotation marks around the whole path:
> 
> cd 'd:\dira\dirb'
> 
> If you find an odd command that doesn't understand backslash-delimited
> path names, combine the single quotes with cygpath:
> 
> oddcmd "$( cygpath 'd:\dira\dirb' )"
> 
> -- 
> Mark J. Reed <markjreed@gmail.com>
> 
Yes, this is what I want, and thanks for the replies...:clap:

-- 
View this message in context: http://www.nabble.com/Could-I-use-backslash-directly-as-path-delimiter-on-cygwin--tp21273102p21273528.html
Sent from the Cygwin list mailing list archive at Nabble.com.


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