Windows PATH to posix path conversion in bash
Cygwin, Git Bash, and MSYS2 have a readymade utility called cygpath.exe just for doing that. Output type options: -d, –dos print DOS (short) form of NAMEs (C:\PROGRA~1\) -m, –mixed like –windows, but with regular slashes (C:/WINNT) -M, –mode report on mode of file (binmode or textmode) -u, –unix (default) print Unix form of NAMEs (/cygdrive/c/winnt) … Read more