Cygwin convert windows path to linux path: Difference between revisions

Jump to navigation Jump to search
m
Line 24: Line 24:
//remote/test path/
//remote/test path/


//method2
//method2: replace backward slash with forward slash
$ path = '\\remote\path\'
$ path = '\\remote\path\'
$ echo "${path//\\//}"
$ echo "${path//\\//}"

Navigation menu