Steve Litt Tue, 12 Apr 2005 16:01:46 -0700
Hi all, I just made a list of every word in my book, in preparation for indexing. Here's the script with which I made the list.
SteveT cat book_positioning.txt | sed -e "s/[[:punct:]]/ /g" | sed -e "s/\s\s*/\r\n/g" | sort -u > all_words.txt