WSL UbuntuでリモートIPを取得する方法 ifconfigコマンドを使用する方法:$ ifconfig eth0 | grep 'inet addr' | awk '{print $2}' | cut -d ':' -f 2>>More