Misc improvements

This commit is contained in:
Matthieu Jolimaitre 2025-06-12 16:46:11 +02:00
parent 5c56fc7540
commit 6e9f041f15
17 changed files with 977752 additions and 468873 deletions

6
data/chars_of.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/bash
set -e
allowed="azertyuiopqsdfghjklmwxcvbn"
cat "$1" | tr '[:upper:]' '[:lower:]' | sed 's/\(.\)/\1\n/g' | sort | uniq | grep -v -E "[$allowed]"