5 ms·
For pretty-printing tabular data (tab- and comma-separated): alias seetsv="column -s $'\t' -t" alias seecsv="column -s ',' -t"
by jonasmst 8y ago
For pretty-printing tabular data (tab- and comma-separated):
alias seetsv="column -s $'\t' -t"
alias seecsv="column -s ',' -t"