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 <markjr...@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/