All cygcheck output seems to have DOS line terminators in both Cygwin 64 & 32. Is this by design or just because it's a native Windows app? It's annoying in command lines and scripts to have to strip the \r.
$ cygcheck -f /bin/find | cat -A findutils-4.6.0-1^M$ $ cygcheck -p findutils > t; cat -A t Found 7 matches for findutils^M$ busybox-debuginfo-1.23.2-1 - busybox-debuginfo: Debug info for busybox (installed binaries and support files)^M$ findutils-debuginfo-4.5.12-1 - findutils-debuginfo: Debug info for findutils (installed binaries and support files)^M$ findutils-debuginfo-4.6.0-1 - findutils-debuginfo: Debug info for findutils (installed binaries and support files)^M$ findutils-4.5.12-1 - findutils: Utilities for finding files--find, xargs, locate, updatedb (installed binaries and support files)^M$ findutils-4.5.12-1-src - findutils: Utilities for finding files--find, xargs, locate, updatedb (source code)^M$ findutils-4.6.0-1 - findutils: Utilities for finding files--find, xargs, locate, updatedb (installed binaries and support files)^M$ findutils-4.6.0-1-src - findutils: Utilities for finding files--find, xargs, locate, updatedb (source code)^M$ $ cygcheck --version cygcheck (cygwin) 2.6.1 System Checker for Cygwin Copyright (C) 1998 - 2016 Cygwin Authors This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -srvmo CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ uname -srvmo CYGWIN_NT-10.0-WOW 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 Cygwin -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple