I need to use the file 'words', but I can't find it.
This shows a red file called 'words', which I think is a broken link:
ls /usr/share/dict
What can I do?
I need to use the file 'words', but I can't find it.
This shows a red file called 'words', which I think is a broken link:
ls /usr/share/dict
What can I do?
apt-file says it's provided by wamerican: /usr/share/dict/words. I would:
apt-get install --reinstall wamerican
wbritishfor British english. – Ivan Chau Apr 09 '15 at 09:29/usr/share/dict/wordsis a symlink to/etc/dictionaries-common/words, which is itself a symlink back to/usr/share/dict/british-english. – mwfearnley Nov 07 '18 at 11:51