Skip to content

Instantly share code, notes, and snippets.

@francisco-perez-sorrosal
Last active August 29, 2015 14:05
Show Gist options
  • Save francisco-perez-sorrosal/f8a35f68ad0f5738b4de to your computer and use it in GitHub Desktop.
Save francisco-perez-sorrosal/f8a35f68ad0f5738b4de to your computer and use it in GitHub Desktop.
Command to sort and pretty print a column-based text file in UNIX
sort -nr -t$'\t' -k<column> <file> | column -ts $'\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment