12 Apr
2022
12 Apr
'22
12:15 p.m.
https://bugs.winehq.org/show_bug.cgi?id=52805 --- Comment #2 from nemonein(a)gmail.com --- Thank you. pipe to less works. Using tee also works. $ wine winepath -w "/home/arch/다운로드/" | tee /dev/null Z:\home\arch\다운로드\ I think tee could be a good work around. However, assigning to a variable is a bit weird. $ foo=$(wine winepath -w "/home/arch/다운로드/") $ echo $foo Z:\homerch\다운로드\ \a is removed, because \a is an alert sequence. Is there a way to correct this issue? -- 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.