- 追加された行はこの色です。
- 削除された行はこの色です。
- PowerShell/ファイルストリーム/標準ストリーム出力の抑制 へ行く。
- PowerShell/ファイルストリーム/標準ストリーム出力の抑制 の差分を削除
* 標準ストリーム出力の抑制 [#r1492e0c] New-Item "C:\not\exist" | Out-Null New-Item "C:\not\exist" > $null ** 参考 [#m96cea00] http://stackoverflow.com/questions/5260125/whats-the-better-cleaner-way-to-ignore-output-in-powershell - http://stackoverflow.com/questions/5260125/whats-the-better-cleaner-way-to-ignore-output-in-powershell - http://stknohg.hatenablog.jp/entry/2015/06/26/001944