xlhtml -asc -xp:0 ~/Snel_Docent_lesgroep.xls | cut -f 3,4,6 | sort| uniq | tr '\t' ',' | sed "s/.\$//" | sed "s/'/\\\\'/" | sed "s/\(.*\),\(.*\),\(.*\)/INSERT IGNORE INTO \`ovckb\`.\`doc\` ( \`afkorting\`, \`achternaam\`, \`voorletters_tussenvoegsel\` ) VALUES ( '\1', '\3', '\2' );/"| mysql -p -u root