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 next_version,word FROM words_list WHERE (next_version = 'x' OR next_version = 'X') AND alternatief = '' order by word"|tail -n +5>fouten-zonder-correcties.tsv
echo Aantal fouten zonder correcties: `cat fouten-zonder-correcties.tsv|wc -l`