Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Created July 7, 2017 15:35
Show Gist options
  • Save JohnL4/72c0868cc2703a8e0417dfe0866b56d4 to your computer and use it in GitHub Desktop.
Save JohnL4/72c0868cc2703a8e0417dfe0866b56d4 to your computer and use it in GitHub Desktop.
Dump out your PATH in a more usable format
$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