Pregunta de entrevista de Rackspace Technology

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

Respuesta de la entrevista

Anónimo

24 nov 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