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,word,base_word,alternatief,aantekeningen FROM words_list WHERE next_version <> '-' AND word REGEXP '[a-z][A-Z]' ORDER BY lower(next_version),lower(2_10),word"|tail -n +5>camelcase.tsv
echo Aantal woorden die camelcase zijn: `cat camelcase.tsv|wc -l`