Hacker News new | ask | show | jobs
by jonasmst 2712 days ago
For pretty-printing tabular data (tab- and comma-separated):

alias seetsv="column -s $'\t' -t"

alias seecsv="column -s ',' -t"