#Linux #Bash Wordle auf deutschhttps://gist.github.com/dewomser/1797db02978343078061e4b7d82f10b2
Uncategorized
2
Posts
1
Posters
0
Views
-
#Linux #Bash
Wordle auf deutsch
https://gist.github.com/dewomser/1797db02978343078061e4b7d82f10b2 -
#Linux #Bash
Wordle auf deutsch
https://gist.github.com/dewomser/1797db02978343078061e4b7d82f10b2in diesem Wordle gibts 4071 Wörter
echo -e "$(grep -i '^\w\w\w\w\w$' /usr/share/dict/ngerman | tr '[a-z]' '[A-Z]')" |wc -w
… um sie aufzulisten , einfach " |wc -w " am Ende weglassen !
https://gist.github.com/dewomser/1797db02978343078061e4b7d82f10b2
-
R ActivityRelay shared this topic