Linux 获取 MAC 地址并去除 : 字符

    ifconfig -a | grep eth0 | awk -F ' ' '{print $5}' | sed 's/://g'
posted @ 2018-04-18 15:33  陈富林  阅读(554)  评论(0编辑  收藏  举报