Exp:
mongoexport -d foo -c exp -o exp.json -q '{"ts":{"$gte":0}}'
Notice:
You should use `"` not `'` in query string
Exp:
mongoexport -d foo -c exp -o exp.json -q '{"ts":{"$gte":0}}'
Notice:
You should use `"` not `'` in query string