Skip to content

Instantly share code, notes, and snippets.

@nerdEd
Created July 2, 2010 18:53
Show Gist options
  • Save nerdEd/461746 to your computer and use it in GitHub Desktop.
Save nerdEd/461746 to your computer and use it in GitHub Desktop.
MBP:~ ed$ ruby -e 'while line = gets; puts line.split; end' <~/Desktop/generated_query.sql | grep JOIN | wc -l
15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment