execute command on wifi nodes and generate /dev/shm/wap
[dell-switch] / mac-by-port.sh
1 #!/bin/sh
2
3 grep : log/*bridge* | awk '{ print $1 " " $6 }' | sed -e 's,^.*/,,' -e 's/_/  /' -e 's/_[a-z]* /\t/' | sort | uniq -c