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
# aantekeningen tot nu toe voor deze resultaten altijd NULL geweest, daarom niet nodig te vermelden
mysql --silent opentaal -u `cat ../.database-username` -p`cat ../.database-password` -D opentaal -v -e "SELECT next_version,word,alternatief,aantekeningen FROM words_list WHERE (next_version = 'f' OR next_version = 'F' OR next_version ='u' OR next_version = 'U') AND base_word = '' ORDER BY word"|tail -n +5>flexies-zonder-basiswoord.tsv
echo Aantal flexievormen die helaas geen basiswoord hebben: `cat flexies-zonder-basiswoord.tsv|wc -l`