PS C:\Users\김준현> $hash = @{} # An empty hash table

PS C:\Users\김준현> $hash = @{a=1; b=2}

PS C:\Users\김준현> $hash


Name                           Value

----                           -----

a                              1

b                              2

'언어 > powershell' 카테고리의 다른 글

powershell _for  (0) 2017.07.03
powershell _function  (0) 2017.07.03