码迷,mamicode.com
首页 > 其他好文 > 详细

自己零零碎碎写的一些脚本

时间:2015-07-29 15:34:28      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:

1.获得ip

#!/bin/bash
ifconfig $1 |grep "inet addr:" |awk {print $2} |cut -c 6-

执行脚本

[root@xysys192 ~]# ./get_ip.sh eth0
192.168.0.100

 

自己零零碎碎写的一些脚本

标签:

原文地址:http://www.cnblogs.com/sysk/p/4685786.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!