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