摘要: addr=$( /mnt/c/Windows/System32/ipconfig.exe | iconv -f GBK -t UTF-8 | grep -a "IPv4" | grep -o "192[.0-9]*" ) # check if managed to get ip addr if [ 阅读全文
posted @ 2024-08-25 22:58 peterzh6 阅读(0) 评论(0) 推荐(0) 编辑