Skip to content

Instantly share code, notes, and snippets.

@ConstantineLignos
Created August 3, 2012 13:34
Show Gist options
  • Save ConstantineLignos/3247741 to your computer and use it in GitHub Desktop.
Save ConstantineLignos/3247741 to your computer and use it in GitHub Desktop.
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