Skip to content

Instantly share code, notes, and snippets.

@hnishi
Created June 30, 2021 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hnishi/3ff9252160eaa5b78d3a35996f1a7be2 to your computer and use it in GitHub Desktop.
Save hnishi/3ff9252160eaa5b78d3a35996f1a7be2 to your computer and use it in GitHub Desktop.
view csv in terminal
# column command is pre-installed in mac
head -n5 my-test/dump.csv | column -s, -t | less -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment