Pergunta de entrevista da empresa Rackspace Technology

Parsing text file with bash, basically a .csv file. Creating tables and users in the mysql console.

Resposta da entrevista

Sigiloso

24 de nov. de 2013

A quick output of a csv might be something like sed -e 's/","/\n/g' -e 's/"$/\n/g' -e 's/"//g' test.csv