Skip to content

Instantly share code, notes, and snippets.

@asya999
Created May 14, 2014 21:37
Show Gist options
  • Save asya999/9969812d0942df484ed8 to your computer and use it in GitHub Desktop.
Save asya999/9969812d0942df484ed8 to your computer and use it in GitHub Desktop.
Sample Docs
> db.substring.find({},{_id:0,machine:1})
{ "machine" : "foo.apple.com" }
{ "machine" : "bar.facebook.com" }
{ "machine" : "baz.mongodb.org" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment