On Nov 8 10:20, Soren via Cygwin wrote: > Hello users. I have a reasonably recently installed Cygwin that I've kept > updated with setup. I am just now seeing that the provided `cygpath` > command no longer works the way it ought to. Could someone(s) confirm or > deny this? And fix it, because it is an important facility. > > $ cygpath -ua --short-name '/cygdrive/c/Users/somia/Local Settings' > [dumps you into "help"] > $ cygpath --version > cygpath (cygwin) 3.5.4 > > Appreciation in advance for your interest and help.
cygpath -s is not supported with -u. Use -w instead: $ cygpath -wa --short-name /mnt/c/Users/All\ Users/WindowsHolographicDevices/ C:\Users\ALLUSE~1\WINDOW~1 Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple