Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Last active November 14, 2015 19:45
Show Gist options
  • Save fasterthanlime/921c5631e45e03f01b73 to your computer and use it in GitHub Desktop.
Save fasterthanlime/921c5631e45e03f01b73 to your computer and use it in GitHub Desktop.
If you need a quick CSV viewer
#!/bin/sh
sed 's/,,/, ,/g;s/,,/, ,/g' | column -s, -t | vim +"set nowrap" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment