1
PowerShell và Tee
Tôi sử dụng lệnh này để xem đầu ra cả trong giao diện điều khiển và tệp: powershell -command "my_command_1 | tee ('logs\{0}.log' -f (Get-Date -format 'yyyy.MM.dd-HH.mm'))" powershell -command "my_command_2 | tee ('logs\{0}.log' -f (Get-Date -format 'yyyy.MM.dd-HH.mm'))" # etc Nó hoạt động không tốt như tôi mong đợi và tôi …