Powershell

From miki
Revision as of 10:29, 22 February 2022 by Mip (talk | contribs) (→‎Tips)
Jump to navigation Jump to search

Links

Tips

Measure execution time of a command

Measure-Command { dir }
Measure-Command { dir | Out-default}   # To get output
Measure-Command { choco list }