This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygpath problem


Folks,

according to the cygpath manpage, I should get the following, given a short 
DOS name, e.g. c:\Progra~1:

cygpath -wl C:\Progra~1    -->  C:\Program Files
cygpath -ml C:\Progra~1    -->  C:/Program Files

however, the -m option completely ignores the '-l' flag, and I get instead
cygpath -ml C:\Progra~1    -->  C:/Progra~1
cygpath -m  C:\Progra~1    -->  C:/Progra~1

Which is "right", cygpath or its manpage?

H. 




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]