зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
8 строки
134 B
Plaintext
8 строки
134 B
Plaintext
samples
|
|
|
|
mongoexport --uri mongodb://localhost/mydb \
|
|
--collection "my_collection" \
|
|
--quiet \
|
|
--limit 1 \
|
|
--out my_file.json
|