我怎样才能编写一个显示mac地址的命令,并且每个地址后跟换行符?

时间:2017-06-29 14:49:40

标签: linux shell terminal

我尝试找到一个显示mac adresse的行命令 我想我必须使用" untfig"
但我不知道如何使用它?

  

ifconfig | grep" ether" | sed' s /(。*)ether // g'

但它不起作用

1 个答案:

答案 0 :(得分:0)

ifconfig -a | grep HWaddr | sed -n -e' s /^.* HWaddr // p'

结果: 00:50:56:9F:66:A4