Yu-Min Space
2014年8月21日 星期四
使用bash script 取得網路卡 IP
for i in $(ls /sys/class/net/);
do ip addr show $i |grep inet |while read -r j ;
do ip=${j#*inet6};ip=${ip#*inet}; echo $ip; done;
done;
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)