https://github.com/mikebattista/PowerShell-WSL-Interop
- WSL 설치
- install
sudo apt install bash-completion
in WSL - install
Install-Module WslInterop
in Powershell - set command in Powershell;
Import-WslCommand "apt", "awk", "emacs", "grep", "head", "less", "ls", "man", "sed", "seq", "ssh", "sudo", "tail", "vim"