1 line
56 B
Bash
Executable file
1 line
56 B
Bash
Executable file
ifconfig | tr -d "\t" | grep "^ether" | cut -d " " -f 2
|