https://bugs.winehq.org/show_bug.cgi?id=46756
Bug ID: 46756 Summary: Running (Linux) bash from Wine doesn't output anything Product: Wine Version: 4.2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Best explained by an example. Starting bash generally works:
wine start "Z:\bin\bash" -c "echo hello > x.txt"
This creates a text file, as expected.
The following command does not work properly:
wine start "Z:\bin\bash" -c "echo hello"
No text is printed to the terminal, while it should be. Don't know where it is disappearing to.