Why does ($a = Foo) *>&1 write all streams to $a?

后端 未结 0 703
说谎
说谎 2020-11-28 19:21

Suppose I have the following function:

function Foo {
    Write-Information \'Info\'
    Write-Warning \'Warning\'
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题