PowerShell
#Windows #Shell
PowerShellは、Windows用のShell
Microsoftによる
https://en.wikipedia.org/wiki/PowerShell
https://github.com/PowerShell/PowerShell
Windows自体に5系は一緒にインストールされてくる
7系を入れるには、wingetを使うと良いよ
$ winget install Microsoft.PowerShell
PATHPATH (環境変数)からみえるもののうち、
powershell.exe が5系 - C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
pwsh.exe が7系 - C:\Program Files\PowerShell\7\pwsh.exe