Created
September 1, 2016 11:37
-
-
Save moiaune/7207cac2f812ffe8cf0cac743a3915c8 to your computer and use it in GitHub Desktop.
Slow down Powershell output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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