Search notes:

/usr/share/dict/

Find a German word, used in Switzerland, that has a letter occuring nine times:
$ grep -P '(.).*\1.*\1.*\1.*\1.*\1.*\1.*\1.*\1' /usr/share/dict/swiss
Wissenschaftsausschusses

Install packages in Debian

Search packages for /usr/share/dict, but exclude its subdirectories:
$ apt-file search -x  /usr/share/dict/[^/]+$
cracklib-runtime: /usr/share/dict/cracklib-small
dictionaries-common: /usr/share/dict/README.select-wordlist
miscfiles: /usr/share/dict/connectives.gz
miscfiles: /usr/share/dict/propernames.gz
miscfiles: /usr/share/dict/web2
miscfiles: /usr/share/dict/web2a.gz
wamerican: /usr/share/dict/american-english
wamerican: /usr/share/dict/words
…
wngerman: /usr/share/dict/ngerman
…
wswedish: /usr/share/dict/swedish
wswiss: /usr/share/dict/swiss
wukrainian: /usr/share/dict/ukrainian
Install the interesting packages:
$ sudo apt install -y wamerican wswiss
Count words in dictionaries:
$ cd /usr/share/dict
$ wc -l american-english swiss
 102774 american-english
 356110 swiss
 458884 total

See also

/usr/share

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1759398279, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/usr/share/dict(70): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78