Skip to content

Instantly share code, notes, and snippets.

@dylandy
Created October 30, 2016 14:39
Show Gist options
  • Save dylandy/a6b913da6a6d5ae5ae0ca6896725821f to your computer and use it in GitHub Desktop.
Save dylandy/a6b913da6a6d5ae5ae0ca6896725821f to your computer and use it in GitHub Desktop.
view_csv () { column -s , -t < "$1" | less -#2 -N -S; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment