#!/bin/csh -f

# Finds doubled words in the files given as arguments.  Case is
# folded.  Doubled words are defined as maximal sequences of
# alphanumerics (letters, digits, and underscores) separated only by
# whitespace.

tagnonblank.pl $* | dblhighlight.pl
