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 exclude_spell_checker,temporal_qualifier,2_10,next_version,word,base_word,alternatief,aantekeningen FROM words_list WHERE exclude_spell_checker <> 0 OR temporal_qualifier <> 0 ORDER BY lower(next_version),lower(2_10),word"|tail -n +5>uitzonderingen.tsv
echo Aantal woorden met uitzonderingen: `cat uitzonderingen.tsv|wc -l`