소스 검색

switched back to the extensive counting of all the files

andreagus 8 년 전
부모
커밋
ac8da8cf7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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