🐷
コマンド場所探す
前下記
時々コマンドを探す必要があります。
コマンド探すのコマンド
Windows
-
CMD
where cmd C:\Windows\System32\cmd.exe
-
Posershell
$ Get-Command powershell CommandType Name Version Source ----------- ---- ------- ------ Application powershell.exe 10.0.19... C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
Linux
$ where bash
/usr/bin/bash
/bin/bash
Discussion