📅  最后修改于: 2022-03-11 14:49:30.187000             🧑  作者: Mango
Set-Location c:\users # Back to filesystem c: (directory users)
#
$env:userprofile # Get value of environment variable `userprofile`
# -> C:\Users\user_name
$alias:ls # Get what alias 'ls' stands for
# -> Get-ChildItem