Created
July 7, 2017 15:35
-
-
Save JohnL4/72c0868cc2703a8e0417dfe0866b56d4 to your computer and use it in GitHub Desktop.
Dump out your PATH in a more usable format
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
$env:PATH -split ";" | less | |
# 'less' is from PSCX (recommended). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment