What it does:
runs through a file, sorts, and splits it alphabetically into files with words that are equal or less than 200.
In this example I'm using the dict file, and I use it several times, so excuse the redunancy since I didn't want to include the actual source files.
It works, but it...