how to print more than 20 documents mongo shell

Solutions on MaxInterview for how to print more than 20 documents mongo shell by the best coders in the world

showing results for - "how to print more than 20 documents mongo shell"
Josué
13 May 2018
1DBQuery.shellBatchSize = 300
Alyssa
08 Jun 2019
1db.collection.find().toArray()