Parsing text file with bash, basically a .csv file. Creating tables and users in the mysql console.
Anonymous
A quick output of a csv might be something like sed -e 's/","/\n/g' -e 's/"$/\n/g' -e 's/"//g' test.csv
Check out your Company Bowl for anonymous work chats.