Last active
November 14, 2015 19:45
-
-
Save fasterthanlime/921c5631e45e03f01b73 to your computer and use it in GitHub Desktop.
If you need a quick CSV viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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