outputstream - Powershell write to stdout -


i need absolutely simple apparently totaly impossible. need write stdout in powershell.

so far found write-output unfortunately appends linefeed. tried somehow "hack" getting stdout .net host stream doesnt want.

do knows way how can write example 1 stdout when pipe script 1 on stdin of other script? accept kind of hack dont want redirection on invocation ()sth>&1 | script.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -