#!/usr/bin/tclsh
set usage
if
# Want a Tcl version with 3-argument close.
package require Tcl 8.6
set ::spellchk "aspell --extra-dicts ./custom.rws list"
# Run text through aspell with custom dictionary, return finds.
# Eliminate some common patterns that need not be well spelled.
# Sift out common variable spellings not in normal dictionaries.
foreach fname $argv