Cygwin convert windows path to linux path: Difference between revisions

Jump to navigation Jump to search
m
Line 25: Line 25:
=== troubleshooting ===
=== troubleshooting ===
<pre>
<pre>
enclose the whole path with single quote symbol if the path contains white space characters ex: cygpath -u 'c:\Program Files\'
enclose the whole path with single quote symbol ex: cygpath -u 'c:\Program Files\' if the path contains spaces
$ cygpath -u c:\Program Files\
$ cygpath -u c:\Program Files\
met error, press ctrl+c to escape
met error, press ctrl+c to escape

Navigation menu