Tagged Questions
3
votes
1answer
192 views
Bash script help | mongoDB
I am writing a bash script which uses mongoimport utility to add data to the database.
The following command runs successfully:
$ mongoimport -h localhost:27017 -d test -c ecg --fieldFile ...