The value of path is printed out unchanged
unless it begins "/cygdrive/". If it does, the next letter is converted to lower case. Example:
lowerdriveletter /cygdrive/C/progra_1/java
corresponding output:
/cygdrive/c/progra_1/java
If the path does not begin with /cygdrive/, a warning is printed on stderr.
This command is useful because when there is an upper case driveletter, it will propagate to any derived path to a subdirectory. And this path will not match saved paths that have a lowercase drive letter.