Skip to content

Instantly share code, notes, and snippets.

@ConstantineLignos
Created August 3, 2012 13:34
View TSVs nicely in the terminal
#!/usr/bin/env bash
column -t -s $'\t' $1 | less -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment