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 2_10,next_version,exclude_spell_checker,temporal_qualifier,word,base_word,alternatief,woordtype,aantekeningen FROM words_list WHERE next_version REGEXP '[kKdDfFbBhH]' ORDER BY lower(next_version),lower(2_10),word"|tail -n +5|sort>te-keuren.tsv
echo Aantal woorden in zoekresultaat: `cat te-keuren.tsv|wc -l`