* 標準入力をファイルと標準出力に同時に出力 Tee-Object [#w4ea8a37]

*** ファイルに出力 [#a9d1f78a]
 dir | tee "C:\tmp\result.txt" | ft -a

*** 変数に出力 [#l46cd6e8]
 $result = $null
 dir | tee -Variable result | ft -a

- 上の場合、$resultはSystem.IO.FileInfoオブジェクト。テキストではない。

** 参考 [#h133a1dd]
https://technet.microsoft.com/en-us/library/hh849937.aspx

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS