Skip to content

Instantly share code, notes, and snippets.

@istvano
Created June 10, 2014 22:00
How to install csvfix on Ubuntu
sudo apt-get install unzip make build-essential
cd /tmp
mkdir csvfix
cd csvfix
wget https://bitbucket.org/neilb/csvfix/get/version-1.6.zip
unzip version-1.6.zip
cd neilb-csvfix-e804a794d175
make lin
cd csvfix/bin
sudo cp csvfix /usr/bin
@tchakravarty
Copy link

Great, I was able to directly use this Gist to compile and install csvfix on my Ubuntu EC2 instance. Thanks.

@onstrt
Copy link

onstrt commented Dec 12, 2017

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment