You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql --silent opentaal -u `cat ../.database-username` -p`cat ../.database-password` -D opentaal -v -e "SELECT word FROM words_list WHERE next_version REGEXP '[^Xx-]' AND no_ij_ligature <> 1 AND word LIKE '%ffij%' ORDER BY word"|tail -n +5>ffi-ligatuur-ongewenst.txt
echo Aantal woorden waar ffi-ligatuur ongewenst is: `cat ffi-ligatuur-ongewenst.txt|wc -l`