インストール
1 |
sudo snap install powershell --classic |
使う
- pwsh で使う
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
yuta:~/powershell $ pwsh PowerShell 7.1.0 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. PS /home/yuta/powershell> Get-ChildItem Directory: /home/yuta/powershell Mode LastWriteTime Length Name ---- ------------- ------ ---- ----- 2020/11/11 10:08 68242798 powershell_7.1.0-1.ubuntu.20.04_amd64.deb PS /home/yuta/powershell> |