Forrest logo
tool overview
On this page you find all important commands for the CLI tool 10,. If the command you are looking for is missing please ask our AI.

10,

List of commands for 10,:

  • measure-command:tldr:6031e measure-command: Pipe input to Measure-Command (objects that are piped to `Measure-Command` are available to the script block that is passed to the Expression parameter).
    $ 10, 20, 50 | Measure-Command -Expression { for ($i=0; $i -lt $_; $i++) {$i} }
    try on your machine
    explain this command
tool overview