BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 14 definitions for Word.

Words (Unix)

Print-Friendly
About 1 pages (184 words)

Bookmark and Share Questions on this topic? Just ask!

words is a standard file on all Unix and Unix-like operating system, and is simply a newline delimited list of dictionary words. It is used, for instance, by spell checking programs. With Unix's text processing capabilities, one can use the words file for many purposes. For example, using the grep tool, one can find all three letter words without any vowels, using regular expressions:

egrep -i "^[^aeiou']{3}$" /usr/share/dict/words

The words file is usually stored in /usr/share/dict/words, or /usr/share/words. On the Apple OS X system, the file path is /usr/share/dict/words. A words file is also used to contain words related to a specific topic. One such example of this is for profanity censoring software that replaces profanities, for example, posted on the web with strings such as "###" or some other replacement. Words that are posted in this example are compared with a "bad-words" file and then if there is an occurrence of such a word, it is summarily replaced. On Ubuntu, the words file is provided by the wordlist package, or its Provider packages wbritish, wamerican, etc.

View More Summaries on Words (Unix)
 
Ask any question on Words (Unix) and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Words (Unix) from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy