#!/bin/sh
grep -h \(.*\) */*.te | grep -v ^# | grep -v pattern | sed 's/[ \t]//g' | sort > /tmp/interfaces
python ~/bin/interfaces.py | sort -n 
echo `ls */*.te | wc -l` te files
