I'm using MongoDB on an Ubuntu server (base server), I am wondering if when i view a collection using db.collection.find().pretty() in the Mongo shell if there is a way I can scroll through - it is a large collection and I need to view it in detail.
Thanks in advance.
Not a duplicate, I am talking about scrolling through a mongo shell output in Ubuntu - not how to print X items.