#tar -c latexDraw/ --exclude=*.class --exclude=CVS | grep -ac [\ -\~] 
find latexDraw/ -name "*.java" -exec cat {} \; | grep -ac [\ -\~]

