2 lines
56 B
Bash
2 lines
56 B
Bash
|
ifconfig | tr -d "\t" | grep "^ether" | cut -d " " -f 2
|
|
ifconfig | tr -d "\t" | grep "^ether" | cut -d " " -f 2
|