Last active
October 19, 2018 17:58
-
-
Save thiagomr/f84a8ab66b389561f23118cf328a33a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mongoexport --host localhost --db database -u user -p pass \ | |
| --collection cdrs --query '{}' --limit 10 --out /tmp/export.json \ | |
| --jsonArray --pretty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment