2 lines
54 B
Plaintext
Executable File
2 lines
54 B
Plaintext
Executable File
/sbin/ifconfig | awk -F "[ :]+" '/Bcast/ { print $6}'
|