Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created July 5, 2011 23:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtanglao/1066172 to your computer and use it in GitHub Desktop.
Save rtanglao/1066172 to your computer and use it in GitHub Desktop.
open urls in a browser from brute force search of mongo db thunderbird get satisfaction topics
egrep -o "http\:\/\/[0-9a-z\.\/_]* " 5july2011.315pm.bfs.stdout.txt | xargs -n 1 open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment