xilun / cbwin

Launch Windows programs from "Bash on Ubuntu on Windows" (WSL)
Other
327 stars 25 forks source link

some win32 console programs "sometimes" do line feed instead of new line, but a workaround seems possible #22

Open xilun opened 8 years ago

xilun commented 8 years ago

ex: "wcmd tasklist" right after launching outbash.exe, vs after a "wcmd dir"

It would be great to understand what triggers the console to behave in a slightly more compatible way after a "wcmd dir" is performed; hopefully the same operation can be done automatically.

xilun commented 7 years ago

For now I've worked around that by injecting a first "wcmd echo." command.