👻

Powershell のログをテキストに出力する

に公開

以下のコマンドを実行する。

$ 実行したいコマンド > log.txt

$ echo "テスト" > log.txt 
$ pip install opencv-python > log.txt 

Discussion