unional / path-equal

check if two paths are equal

Home Page:https://unional.github.io/path-equal/

Repository from Github https://github.comunional/path-equalRepository from Github https://github.comunional/path-equal

Support comparing drives

unional opened this issue · comments

In Windows, when integrating UNIX commands when installing git, a file path can be specified using the format /d/abc.txt instead of D:\abc.txt.

This works in UNIX commands such as ls, but not Windows commands such as cd.