[pdftex] Wordlist
Taco Hoekwater
taco at elvenkind.com
Wed Jul 27 15:10:23 CEST 2005
Andreas Demant wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
> I've searched by Google for a few hours for a solution, to build a word
> list of my pdftex-files. Not only to have a feeling, which words should
> be replaced, but also to see, how many variation of compositions I have
> in my text.
Is something like this helpful?
perl -ne 's/\\[!@?a-z]+//g; print join("\n",split /\W/) . "\n"' myfile
Cheers, Taco
More information about the pdftex
mailing list