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 <> '' AND next_version <> '-' AND next_version <> 'x' AND next_version <> 'X' ORDER BY word"|tail -n +5|sort>alle-goed.txt
echo Aantal goede woorden: `cat alle-goed.txt|wc -l`