Powershell

From miki
Revision as of 16:07, 3 February 2022 by Mip (talk | contribs) (Created page with "== Tips == === Measure execution time of a command === <source lang="powershell"> Measure-Command { dir } Measure-Command { choco list } </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tips

Measure execution time of a command

Measure-Command { dir }
Measure-Command { choco list }