Skip to content

Instantly share code, notes, and snippets.

@Molochnikov
Last active January 13, 2022 10:12
Show Gist options
  • Select an option

  • Save Molochnikov/509ddd6978abaa524ddbbfba8a0dc16e to your computer and use it in GitHub Desktop.

Select an option

Save Molochnikov/509ddd6978abaa524ddbbfba8a0dc16e to your computer and use it in GitHub Desktop.
Measure-Command {-1..-25000 | % {$i=-1} {$i++;@{i=$i;o=$_}} | group {[int]($_.i/4999)} | Out-Default}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment