> Can you please check these md5sum's for me? > > $ md5sum /bin/ls.exe /usr/bin/ls.exe /usr/bin/dir.exe > 64e3dc0e3a5ef0eeeaa4f2e9b984844d */bin/ls.exe > 64e3dc0e3a5ef0eeeaa4f2e9b984844d */usr/bin/ls.exe > 60a0c7768052ec4306c3e0f680331afa */usr/bin/dir.exe
/bin and /usr/bin are typically the same directory (accessed via separate mount points) unless you have altered the default mounts. And ls vs. dir are both built from the same source files in coreutils; the difference is that ls has a different set of builtin defaults than dir. As for why your output is getting truncated, I have no idea. -- Eric Blake volunteer cygwin coreutils maintainer -- 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/