summaryrefslogtreecommitdiff
path: root/groff_ms_wordcount.sh
blob: da037edfdc34b2d53b1d2f270318e9082e828f00 (plain)
1
2
3
#/bin/sh
grep -Ev '^label \"\(A\.|^accumulate$|^no-label-in-reference|^\$LIST\$.*|^Anonymous Student|^University of the People|^\..*|^\\\#|^\[|^Written Assignment' \
	$1 | wc -w