2 lines
52 B
Bash
2 lines
52 B
Bash
ifconfig -a | grep ether | awk -F " " '{print $2 }'
|
ifconfig -a | grep ether | awk -F " " '{print $2 }'
|