Skip to content

Instantly share code, notes, and snippets.

@bored-engineer
Created August 21, 2011 01:28
Show Gist options
  • Select an option

  • Save bored-engineer/1159954 to your computer and use it in GitHub Desktop.

Select an option

Save bored-engineer/1159954 to your computer and use it in GitHub Desktop.
Get Touchpad price from NewEgg
curl http://www.newegg.com/Product/Product.aspx?Item=N82E16834157863 2>/dev/null | grep 'CrossSellItem(this,' | cut -d "," -f 2 | head -1 | cut -d "'" -f 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment