Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 201 Bytes

env.md

File metadata and controls

25 lines (18 loc) · 201 Bytes

Environment (a.k.a env)

CLI

Usage

Unix-like

#
env
env | sort

#
printenv
printenv | sort

Windows

#
Get-ChildItem Env:
Get-ChildItem Env: | Sort-Object Name