Skip to content

Instantly share code, notes, and snippets.

@jwaageSnippets
Created February 20, 2013 11:47
Show Gist options
  • Save jwaageSnippets/4994974 to your computer and use it in GitHub Desktop.
Save jwaageSnippets/4994974 to your computer and use it in GitHub Desktop.
Sort tab delimited file by column 18 in linux
sort -b -k18 inputfile.txt > outputfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment