count-word.sh 72 B

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