Skip to content

Instantly share code, notes, and snippets.

@robinfang
Created December 26, 2014 07:31
Show Gist options
  • Select an option

  • Save robinfang/1c3a9ebc78c65e93db46 to your computer and use it in GitHub Desktop.

Select an option

Save robinfang/1c3a9ebc78c65e93db46 to your computer and use it in GitHub Desktop.
cat 12306.txt|gawk -F '----' '{print $2}'|sort|uniq -c|sort -r|head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment