employer cover photo
employer logo
employer logo

Rackspace Technology

Is this your company?

Rackspace Technology interview question

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

Interview Answer

Anonymous

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