[Bug 14711] 'Type' command in cmd.exe does not line feed in the end of a file

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 1 23:47:34 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14711


Vitaliy Margolen <vitaliy at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |trivial
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
         OS/Version|All                         |other
           Platform|All                         |Other




--- Comment #2 from Vitaliy Margolen <vitaliy at kievinfo.com>  2008-08-01 23:47:34 ---
Well Wine duplicates _correct_ behavior of the *NIX word. But I'm guessing you
talking about brain damage of windows that always prints new line at the and:

vitaliy at dragon:tmp $echo -ne "123\n456" > test
vitaliy at dragon:tmp $wine cmd /c type test
123
456vitaliy at dragon:tmp $echo -ne "123\n456\n" > test
vitaliy at dragon:tmp $wine cmd /c type test
123
456
vitaliy at dragon:tmp $


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list