Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created November 30, 2014 21:10
Show Gist options
  • Save Planeshifter/d1eed00415d14b64b944 to your computer and use it in GitHub Desktop.
Save Planeshifter/d1eed00415d14b64b944 to your computer and use it in GitHub Desktop.
dump mongo query output to JSON file
mongo dbname -eval "printjson(db.collection.find({}))" >> output.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment