Update MONGO.md

This commit is contained in:
Gerald Bauer 2017-03-28 16:45:17 +02:00 committed by GitHub
parent 350ad62a87
commit 7ec5b97f9a

View file

@ -1,8 +1,8 @@
# Mongo # Mongo
Import [#import] [Import](#import) •
Query Examples[#query-examples] [Query Examples](#query-examples)
## Import ## Import
@ -19,8 +19,8 @@ To import all documents use a shell script. Example `import.sh`:
``` bash ``` bash
#!/bin/bash #!/bin/bash
MONGOIMPORT=mongoimport MONGOIMPORT = mongoimport
SOURCE =. # assume working folder (as root) SOURCE = . # assume working folder (as root)
function import { function import {
echo " importing >${1}<..." echo " importing >${1}<..."