I want to call WSL 2 command from Windows cmd by using only one entry.
Give me correct one-liner example if need to check from Windows cmd if I can ping 8.8.8.8
from WSL 2:
bash && ping 8.8.8.8
I know that command it's not working
I want to call WSL 2 command from Windows cmd by using only one entry.
Give me correct one-liner example if need to check from Windows cmd if I can ping 8.8.8.8
from WSL 2:
bash && ping 8.8.8.8
I know that command it's not working