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,base_word FROM words_list WHERE next_version REGEXP '[fF]' AND word REGEXP '^[a-z].*t$' AND base_word = '' ORDER BY word"|tail -n +5>flexies-klein-t-zonder-basiswoord.csv
echo Aantal flexievormen met kleine letters eindigend op t die geen basiswoord hebben: `cat flexies-klein-t-zonder-basiswoord.csv|wc -l`