Skip to content

Instantly share code, notes, and snippets.

@robin
Created March 19, 2009 15:43
Show Gist options
  • Save robin/81887 to your computer and use it in GitHub Desktop.
Save robin/81887 to your computer and use it in GitHub Desktop.
awk -F"\t" '{if ($11 != 0) print $3, $10, $11, $14}' $1 | sort | awk '/YOUR_APP_ID_HERE/ {amount += $2} END {print "YOUR_APP_NAME_HERE", amount, amount * YOUR_APP_PRICE_HERE}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment