Created
May 30, 2013 12:03
-
-
Save Iristyle/5677364 to your computer and use it in GitHub Desktop.
Filter PowerShell Output Width
This file contains hidden or 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
# monkey path the built-in output system | |
filter Out-Default | |
{ | |
$input | | |
Out-String -Width 500 -Stream | | |
Microsoft.PowerShell.Utility\out-default | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment