http://bugs.winehq.org/show_bug.cgi?id=27778
Summary: TYPE outputs extraneous blank line after file contents Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: frederic.delanoy@gmail.com
With the following code (make sure there's no space before the '>'):
echo bar> foo echo *** && type foo && echo ***
outputs *** bar ***
on windowses, but
*** bar
***
in wine