Multiline copy-paste to mongo shell Multiline copy-paste to mongo shell bash bash

Multiline copy-paste to mongo shell


Fix this line in your original query:

description: 'NoSQL database doesn't have tables',

To the following:

description: "NoSQL database doesn't have tables",

Then copy and pasting will work. The issue is the quotation marks.