I have this query and for some reason when I enter it into the shell in cmd on windows its asking me for more lines?
> db.options.aggregate([{$match: {Update_Date: {$gte: "20180201" } }, { $out: "options_2" } ])
...
...
>
Got the query from here, Save Subset of MongoDB Collection to Another Collection, trying to not use the multi-line answer.