Re: grep problem?

2011-04-05 Thread Eric Blake
http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list On 04/05/2011 10:20 AM, Jim Garrison wrote: >> POSIX states that range expressions (such as [A-Z]) are undefined in >> any >> locale except C; and some locales (like en_US.UTF-8) happen to treat A- >> B >> as AaB, A-b as AaBb, and so f

Re: grep problem?

2011-04-04 Thread Eric Blake
On 04/04/2011 04:09 PM, Jim Garrison wrote: > I'm getting weird behavior from grep. Searching for a bracketed range of > characters (i.e. [A-Z]) is doing case-insensitive matching, while an > identical but explicit character set match (i.e. [ABCDE...Z]) does not. Your problem is not with grep, b

grep problem?

2011-04-04 Thread Jim Garrison
I'm getting weird behavior from grep. Searching for a bracketed range of characters (i.e. [A-Z]) is doing case-insensitive matching, while an identical but explicit character set match (i.e. [ABCDE...Z]) does not. Examples below. Output of "cygcheck -s -v -r" attached. LANG=en_US GREP_OPTION

grep problem

2005-06-05 Thread Alireza Ghasemi
Hello, While compiling rcsoccersim ,in configuration phase I got he following error: "configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands grep: lseek: Invalid argument"