Skip to content

Instantly share code, notes, and snippets.

@lazywinadmin
Created February 1, 2016 15:37
Show Gist options
  • Save lazywinadmin/a813122ad9b172295b9e to your computer and use it in GitHub Desktop.
Save lazywinadmin/a813122ad9b172295b9e to your computer and use it in GitHub Desktop.
Sort all the paths present in the PATH variable
$env:path -split ";"|sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment