Skip to content

Instantly share code, notes, and snippets.

@voutcn
Last active January 11, 2017 07:48
Show Gist options
  • Select an option

  • Save voutcn/dcab9bbbbd727bdfbc9057261f9bf6cd to your computer and use it in GitHub Desktop.

Select an option

Save voutcn/dcab9bbbbd727bdfbc9057261f9bf6cd to your computer and use it in GitHub Desktop.
Useful Commands
awk '{if ($12>=maxscore[$1]) { print; maxscore[$1] = $12 } }' out.m8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment