#/bin/bash wc -w *.tex | awk '{print $1}' | awk '{s+=$1} END {print s}'