http://bugs.winehq.org/show_bug.cgi?id=3527
Summary: Commandline pipes Product: Wine Version: 20050211 Platform: Other OS/Version: All Status: UNCONFIRMED Severity: trivial Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: somethingthatitaccepts@gmail.com
Subtle commandline pipe-to-file bug.
Here's an example, using wine's wcmd, enter this: dir >blah /b
Obviously, this is stupid formatting. However, there is a behavioural difference between wine and windows. windows generates just a bare list (the /b option). Wine ignores the parameters after the pipe, and thus generates a full dir listing.
I first noticed this in msvc6 with a wierd project, but it applies to wcmd too, so probably applies to all apps where the user is able to specify a commandline.