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 2_10,next_version,exclude_spell_checker,temporal_qualifier,word,base_word,alternatief,aantekeningen FROM words_list WHERE 2_10 <> next_version AND next_version != 'f' AND next_version != 'F' AND 2_10 = 'F' ORDER BY next_version,word"|tail -n +5>alle-voorheen-flexie.tsv
echo Aantal voorheen flexie: `cat alle-voorheen-flexie.tsv|wc -l`