Explains how to redirect output from PowerShell to text files. By default, PowerShell sends its command output to the PowerShell console. However, you can direct the ...
UNIX系のシェルを扱う方なら、リダイレクトを使ったことがあるだろう。 もっとも簡単なリダイレクトは「>」だ。この記号を使った場合、記号の右側に書いたファイルパスに記号の左側に書いたコマンドの標準出力がリダイレクトされるようになる。