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

Reply via email to