码迷,mamicode.com
首页 > 系统相关 > 详细

linux下特殊命令集锦

时间:2018-06-28 15:19:13      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:集锦   3.1   命令   config   http   nbsp   conf   网络文件   linu   

1.ifconfig -a | grep enp0 | cut -d : -f 1   //按照:进行切割网络文件名

如:ifconfig `ifconfig -a | grep enp0 | cut -d : -f 1` 192.168.3.110      

   //等价于ifconfig  enp0s29f7u2  192.168.3.110

  技术分享图片

 

linux下特殊命令集锦

标签:集锦   3.1   命令   config   http   nbsp   conf   网络文件   linu   

原文地址:https://www.cnblogs.com/edan/p/9238627.html

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