Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nerdEd
Created July 2, 2010 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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