Powershellのパイプ

Powershell では、foo |& barfoo 2>&1 | bar も効かない。標準エラー出力を tee でファイルに落とすのは現状分からない。

bashなら次が出来るが、Powershellの代替は見つからないでいる。

  • lake build -v |& tee $(date +%Y-%m-%d_%H-%M-%S).lake-build.log