pwd.exe -P prints invalid UNC path
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- rust
- Domain
- cli, operating-systems
Research direction
Start by reproducing the /cygdrive/c/Program Files/coreutils/bin/pwd.exe -P command with the UNC paths shown in the issue, then trace how pwd.exe formats the physical path on Windows. Done means the output preserves the leading \ and matches the expected UNC path for the listed NFS and WebDAV cases.
Written by the indexing model from the issue text.
Description
pwd.exe -P prints invalid UNC path
Current path (UNC path on OpenText NFS share, ms-nfs41-client or MS WebDAV share):
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
$ /cygdrive/c/Program\ Files/coreutils/bin/pwd.exe -P
UNC\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
Expected output would be:
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
- Dominant language
- Rust
- Stars
- 5.2k
- Forks
- 107
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/coreutils
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
sleep has 9MB Open
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
grep not work Open
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
All issues in microsoft/coreutils
Similar issues
-
bug CLI custom-model
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
rust-bitcoin/rust-bitcoin#6930 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
fulcrumgenomics/ferro-hgvs#2251 ·
-
A-allocators A-docs C-enhancement T-libs
Difficulty 2/5 1-3 hours Newbie friendliness 75/100