#!/bin/sh # LaTeX wordcount. I've had this around pretty much as long as I've been using # TeX... sed -f /home/azz/bin/tex2txt.sed $* | wc -w