Skip to content

Instantly share code, notes, and snippets.

@matburt
Created June 17, 2011 14:34
Show Gist options
  • Save matburt/1031535 to your computer and use it in GitHub Desktop.
Save matburt/1031535 to your computer and use it in GitHub Desktop.
Display a CSV file on the command line in an awesome way
cat $1 | column -s, -t | less -#2 -N -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment