[tpm] OT: getting the output from .Net apps
arocker at Vex.Net
arocker at Vex.Net
Fri Mar 16 12:48:26 PDT 2012
>
> $ bin/Debug/ConsoleApp > output
>
> $ wc output
> 1 3 23 output
>
So redirection works.
> $ bin/Debug/ConsoleApp | wc
> 0 0 0
>
But the link between the .Net app and the pipeline mechanism is broken
> $ echo `bin/Debug/ConsoleApp` | wc
> 1 0 1
>
Which is what Bash returns from $echo `` | wc
The error could be at either end, (or worse, synergistic).
More information about the toronto-pm
mailing list