Skip to content

Instantly share code, notes, and snippets.

@alkema
Forked from nerdEd/SQL_COMPLEXITY_FAIL.sh
Created July 2, 2010 19:01
Show Gist options
  • Save alkema/461757 to your computer and use it in GitHub Desktop.
Save alkema/461757 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
MBP:~ ed$ gem install launchy
MBP:~ ed$ launchy http://www.amazon.com/Great-Gonzos-Best-Ted-Nugent/dp/B00001X599
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment