David Crossley wrote: > Unico Hommes wrote: > > > > Wow that is a lot of files. Looks like basically all of them? <snip/>
> However, the command does not seem to work for you on cygwin. > All files probably do have ^M on your system. There should be about 91 such files. Perhaps this UNIX command does not work on cygwin. Would other people on cygwin please try. With today's CVS you should now only get files in src/blocks/webdav find . -type f | xargs grep -l '^M' | xargs file | \ grep -i -w text | cut -f1 -d: To add the ^M use "Ctrl-v Ctrl-m" at the command-line. Note that copy-and-paste will not work. The -w can be omitted, but might then match some extra filenames. --David
