Skip to content

Instantly share code, notes, and snippets.

@claw0ry
Created September 1, 2016 11:37
Show Gist options
  • Select an option

  • Save claw0ry/7207cac2f812ffe8cf0cac743a3915c8 to your computer and use it in GitHub Desktop.

Select an option

Save claw0ry/7207cac2f812ffe8cf0cac743a3915c8 to your computer and use it in GitHub Desktop.
Slow down Powershell output
Function SlowView {
process { $_; Start-Sleep -Milliseconds 500 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment