Pretty printing in the MongoDB shell
db.collection.find().limit(1).pretty()
Or add DBQuery.prototype._prettyShell = true to ~/.mongorc.js
Even prettier shell.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
db.collection.find().limit(1).pretty()
Or add DBQuery.prototype._prettyShell = true to ~/.mongorc.js
Even prettier shell.