Skip to content

Instantly share code, notes, and snippets.

@soh-i
Created June 30, 2012 12:01
Show Gist options
  • Save soh-i/3023548 to your computer and use it in GitHub Desktop.
Save soh-i/3023548 to your computer and use it in GitHub Desktop.
ヒストグラム書く
{ i=$1;
var[i]++
}
END{ for (i in var) {
print i, var[i] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment