Procházet zdrojové kódy

switched back to the extensive counting of all the files

andreagus před 8 roky
rodič
revize
ac8da8cf7a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      source/sections/count-word.sh

+ 1 - 1
source/sections/count-word.sh

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