Hello, I'm getting some troubles with opening the 'words' (unix) file, can someone help me please ?
more about the file : https://en.wikipedia.org/wiki/Words_(Unix)#
(I copied and pasted~ the file's words in a new file I created because I couldn't find the original one)
words is a standard file on Unix and Unix-like operating systems, and is simply a newline-delimited list of dictionary words. It is used, for instance, by spell-checking programs.
The words file is usually stored in /usr/share/dict/words or /usr/dict/words.
On Debian and Ubuntu, the words file is provided by the wordlist package, or its provider...