This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
andreagus
/
ce-paper
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Wrote a little script that provides the word count of the latex sources
andreagus
%!s(int64=8) %!d(string=hai) anos
pai
49cf44fc84
achega
2309ac58ac
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
source/sections/count-word.sh
+ 2
- 0
source/sections/count-word.sh
Ver ficheiro
@@ -0,0 +1,2 @@
+#/bin/bash
+wc -w *.tex | awk '{print $1}' | awk '{s+=$1} END {print s}'