在shell中获取得到当前机器的ip地址
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'
原文:
本文共 109 字,大约阅读时间需要 1 分钟。
在shell中获取得到当前机器的ip地址
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'
原文:
转载地址:http://shfox.baihongyu.com/