http://bugs.winehq.org/show_bug.cgi?id=23596
--- Comment #5 from Jarek jarekczek@poczta.onet.pl 2010-07-14 00:55:08 --- Actually I did not intend to run grep from cmd.exe, but from windows app that captures standard error. For example calling linux ant from windows editor EditPad Pro (as a configurable tool). There "/bin/grep -v" doesn't work. I'll have to find a simpler environment to show this.
By this time I see that running from cmd.exe /bin/grep -v 2>test.txt makes the output go to the screen instead of the file. /bin/grep -v >test1.txt 2>test.txt - exactly the same, output to screen
Should it be reported as another bug?