find 4.3.0 + 4.3.1: find -path '*/.*' -prune excludes too many files

2006-11-02 Thread Howard Mak
Using "-path '*/.*' -prune" prunes too many files from find output when files to prune actually exists. Problem occurs in both version 4.3.0 + 4.3.1 of find. Problem does *not* occur in version 4.2.27. Is this problem related to the following bug? http://sourceware.org/ml/cygwin/2006-07

Re: bug bash-3.1.17(9) : CR problems when using cat to generate cmd line arguments

2006-10-23 Thread Howard Mak
Apparently, the attachment in my previous email got dropped. Here it is again. - Howard On Mon, 23 Oct 2006 12:29:31 -0400, Howard Mak wrote: > I can't seem to get the latest version of bash to work with the command > PROGRAM `cat file_containing_arguments.txt` > when the f

bug bash-3.1.17(9) : CR problems when using cat to generate cmd line arguments

2006-10-23 Thread Howard Mak
I can't seem to get the latest version of bash to work with the command PROGRAM `cat file_containing_arguments.txt` when the file is created on a textmode mount. Seems like carriage returns are not processed correctly. I've attached a test script illustrating the problem. Comments: -