OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / l7-protocols / groups.sh
1 #!/bin/bash
2 cat */*.pat | grep -i "Protocol Groups" | cut -d\  -f 4- | tr ' ' '\n' | sort | uniq -c | sort -n