2 lines
41 B
Bash
2 lines
41 B
Bash
|
ifconfig | grep ether | awk '{print $2}'
|
|
ifconfig | grep ether | awk '{print $2}'
|