shell脚本输出本机IP地址 这是一个小练习。 shell代码如下: #!/bin/bash ifconfig | grep "inet 地址" | awk -F ':' '{print $2}' | awk '{print $1}' Bash 桩白墨 2015-07-16 139 热度 0评论