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 FROM words_list WHERE (next_version = 'b' OR next_version = 'B') ORDER BY word"|tail -n +5|sort>alle-basiswoorden-ongekeurd.txt
echo Aantal ongekeurde basiswoorden: `cat alle-basiswoorden-ongekeurd.txt|wc -l`