powershell使用日记
measure-command {[Command]}
用于powershell下测试指令的时间
measure-command {cmd /c [Command]}
用于powershell下测试cmd指令的时间
例如measure-command {./test.exe}
和measure-command {cmd /c "test.exe < test_in.txt > test_out.txt"}
measure-command {[Command]}
用于powershell下测试指令的时间
measure-command {cmd /c [Command]}
用于powershell下测试cmd指令的时间
例如measure-command {./test.exe}
和measure-command {cmd /c "test.exe < test_in.txt > test_out.txt"}