Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created January 4, 2014 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/8249609 to your computer and use it in GitHub Desktop.
Save noahgift/8249609 to your computer and use it in GitHub Desktop.
count uniq teams
root@rejigger1:/var/log# less sqor-rejigger-console.log.0 | grep sportsdata | grep nfl | grep ft_sportsdata:sync_team_players | cut -f 8 -d " " | cut -f 2 -d = | tr -d '<<>>"' | sort | uniq | wc -l
32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment