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
Post a Comment