https://bugs.winehq.org/show_bug.cgi?id=52805
--- Comment #2 from nemonein@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?