https://bugs.winehq.org/show_bug.cgi?id=44393
--- Comment #12 from luca.cunegondi@ocme.com --- (In reply to Zebediah Figura from comment #10)
(In reply to Fabian Maurer from comment #9)
How does this work on windows? That doesn't have unix binaries.
As far as I can see this is a quirk of the application's syntax. This specific syntax doesn't even work in a Unix shell; a pipe in quotes is treated as just a pipe character.
yes of course, this is application specific and documented in the internal command reference.
"" If the first character of |string| is the bar character, the rest of |string| is taken to be a shell command. This allows you to pipe the output of a command to the standard input of a shell command, or vice versa, to use the output of a shell command as the input stream for a command.
""
The application version I'm running is always the same, before and after this issue